mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
18 lines
391 B
SYSTEMD
18 lines
391 B
SYSTEMD
|
[Unit]
|
||
|
Description=Kodi for Odroid
|
||
|
After=systemd-user-sessions.service network-online.target sound.target mysqld.service
|
||
|
Requires=network-online.target
|
||
|
Conflicts=getty@tty1.service
|
||
|
|
||
|
[Service]
|
||
|
User=kodi
|
||
|
Group=kodi
|
||
|
PAMName=login
|
||
|
TTYPath=/dev/tty1
|
||
|
ExecStart=/usr/bin/xinit /usr/bin/kodi-standalone -- :0 -nolisten tcp vt1
|
||
|
Restart=on-abort
|
||
|
StandardInput=tty
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=graphical.target
|