adjust systemd service

This commit is contained in:
Lukas Rusak 2016-05-05 00:26:07 -07:00
parent e0dd3f6462
commit 0e440889c0
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@ 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
StartLimitInterval=0 StartLimitInterval=0
[Install] [Install]
WantedBy=kodi.target WantedBy=kodi.target