PKGBUILDs/community/xbmc/xbmc.service

15 lines
317 B
SYSTEMD
Raw Normal View History

2012-10-19 12:56:37 +00:00
[Unit]
Description = Starts instance of XBMC using xinit
After = remote-fs.target
[Service]
User = xbmc
Group = xbmc
2014-02-26 14:23:27 +00:00
PAMName=login
2012-10-19 12:56:37 +00:00
Type = simple
2014-02-24 13:37:50 +00:00
ExecStart = /usr/bin/xinit /usr/bin/dbus-launch /usr/bin/xbmc-standalone -l /run/lirc/lircd -- :0 -nolisten tcp
2013-11-28 13:25:01 +00:00
Restart = on-abort
2012-10-19 12:56:37 +00:00
[Install]
WantedBy = multi-user.target