adjust systemd service

This commit is contained in:
Lukas Rusak 2016-05-05 00:26:07 -07:00
parent e0dd3f6462
commit 0e440889c0

View file

@ -4,7 +4,7 @@ After=graphical.target
[Service] [Service]
Type=idle Type=idle
ExecStart=/bin/sh -c "exec sh /storage/.kodi/addons/script.moonlight/bin/service.sh" ExecStart=/bin/sh -c "exec sh /storage/.kodi/addons/script.moonlight/bin/moonlight.sh"
TimeoutStopSec=1 TimeoutStopSec=1
Restart=always Restart=always
RestartSec=2 RestartSec=2