mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
17 lines
391 B
Desktop File
17 lines
391 B
Desktop File
[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
|