mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-24 07:17:17 +00:00
13 lines
212 B
Desktop File
13 lines
212 B
Desktop File
[Unit]
|
|
Description = Kodi Entertainment Center
|
|
After = network.target
|
|
|
|
[Service]
|
|
Type = simple
|
|
ExecStart = /usr/lib/kodi/kodi.bin --standalone -fs -n
|
|
Restart = on-failure
|
|
|
|
[Install]
|
|
WantedBy = multi-user.target
|
|
|