summaryrefslogtreecommitdiff
path: root/libre/xbmc-libre/xbmc.service
blob: 81a37ac7e82cfc1d8bd3846f3c1b816aa25fa16f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description = Starts instance of XBMC using xinit
After = systemd-user-sessions.service
Conflicts=getty@tty7.service

[Service]
User = xbmc
Group = xbmc
PAMName=login
Type = simple
TTYPath=/dev/tty7
ExecStart = /usr/bin/xinit /usr/bin/dbus-launch --exit-with-session /usr/bin/xbmc-standalone -- :0 -nolisten tcp vt7
Restart = on-abort

[Install]
WantedBy = multi-user.target