boblightd.service: remove ExecStopPost. not needed

This commit is contained in:
Stefan Saraev 2015-01-14 11:24:18 +02:00
parent 7eeb1f5608
commit 024b98510e

View File

@ -4,7 +4,6 @@ After=graphical.target
[Service]
ExecStart=/bin/sh -c "exec sh /storage/.kodi/addons/service.multimedia.boblightd/bin/boblightd.start"
ExecStopPost=-/bin/sh -c "pidof boblight-X11 && killall -q -9 boblight-X11"
TimeoutStopSec=1
Restart=always
RestartSec=10