Franziska Kunsmann
2387b196b2
All checks were successful
bundlewrap/pipeline/head This commit looks good
19 lines
428 B
Desktop File
19 lines
428 B
Desktop File
[Unit]
|
|
Description=Kodi
|
|
Conflicts=getty@tty7.service
|
|
After=systemd-user-sessions.service getty@tty7.service plymouth-quit.service
|
|
StartLimitIntervalSec=2
|
|
|
|
[Service]
|
|
User=kodi
|
|
Type=simple
|
|
Environment=AE_SINK=ALSA
|
|
ExecStart=/usr/bin/xinit /usr/bin/kodi-standalone -- :0 vt7 -nocursor
|
|
WorkingDirectory=/home/kodi
|
|
StandardOutput=journal
|
|
Restart=always
|
|
RestartSec=2
|
|
|
|
[Install]
|
|
WantedBy=graphical.target
|
|
Alias=display-manager.service
|