PKGBUILDs/alarm/kodi-imx/kodi.service

14 lines
213 B
SYSTEMD
Raw Normal View History

2015-01-14 07:42:24 +00:00
[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