PKGBUILDs/alarm/kodi-imx/kodi.service
2015-01-14 08:42:24 +01:00

14 lines
213 B
Desktop File

[Unit]
Description = Starts an instance of Kodi
After = remote-fs.target
[Service]
User = kodi
Group = kodi
Type = simple
ExecStart = /usr/bin/runkodi
Restart = on-failure
[Install]
WantedBy = multi-user.target