2012-10-19 12:56:37 +00:00
|
|
|
[Unit]
|
|
|
|
Description = Starts instance of XBMC using xinit
|
2014-03-11 13:20:12 +00:00
|
|
|
After = systemd-user-sessions.service
|
2014-03-05 17:30:28 +00:00
|
|
|
Conflicts=getty@tty7.service
|
2012-10-19 12:56:37 +00:00
|
|
|
|
|
|
|
[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-03-05 17:30:28 +00:00
|
|
|
TTYPath=/dev/tty7
|
2014-04-07 11:52:26 +00:00
|
|
|
ExecStart = /usr/bin/xinit /usr/bin/dbus-launch --exit-with-session /usr/bin/xbmc-standalone -l /run/lirc/lircd -- :0 -nolisten tcp vt7
|
2013-11-28 13:25:01 +00:00
|
|
|
Restart = on-abort
|
2012-10-19 12:56:37 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy = multi-user.target
|