mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
20 lines
452 B
SYSTEMD
20 lines
452 B
SYSTEMD
|
[Unit]
|
||
|
Description=Kodi standalone (GBM)
|
||
|
After=systemd-user-sessions.service network.target network-online.target sound.target upower.service mysqld.service
|
||
|
Requires=graphical.target
|
||
|
Wants=network.target network-online.target
|
||
|
Conflicts=getty@tty1.service
|
||
|
|
||
|
[Service]
|
||
|
User=kodi
|
||
|
Group=kodi
|
||
|
PAMName=login
|
||
|
TTYPath=/dev/tty1
|
||
|
Environment=WINDOWING=gbm
|
||
|
ExecStart=/usr/bin/kodi-standalone
|
||
|
Restart=on-abort
|
||
|
StandardInput=tty
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=graphical.target
|