mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 16:47:25 +08:00
14 lines
261 B
SYSTEMD
14 lines
261 B
SYSTEMD
|
[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
|