mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
14 lines
227 B
Desktop File
14 lines
227 B
Desktop File
[Unit]
|
|
Description = Kodi standalone
|
|
After = remote-fs.target
|
|
|
|
[Service]
|
|
User = kodi
|
|
Group = kodi
|
|
Type = simple
|
|
ExecStart = /usr/bin/kodi-standalone
|
|
Restart = on-failure
|
|
KillMode = mixed
|
|
|
|
[Install]
|
|
WantedBy = multi-user.target
|