mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
14 lines
261 B
Plaintext
14 lines
261 B
Plaintext
[Unit]
|
|
Description = Starts instance of XBMC using xinit
|
|
After = remote-fs.target
|
|
|
|
[Service]
|
|
User = xbmc
|
|
Group = xbmc
|
|
Type = simple
|
|
ExecStart = /usr/bin/xinit /usr/bin/xbmc-standalone -- :0 -nolisten tcp
|
|
Restart = always
|
|
|
|
[Install]
|
|
WantedBy = multi-user.target
|