xbmc: xbmc.service: switch back to KillMode=process

.. again. accidently reverted in 8b3146505
This commit is contained in:
Stefan Saraev 2013-11-23 13:25:56 +02:00
parent d2bcbe3385
commit ee8c681311

View File

@ -10,6 +10,8 @@ Environment=HOME=/storage
EnvironmentFile=-/run/openelec/xbmc.conf
EnvironmentFile=-/run/openelec/debug/xbmc.conf
ExecStart=/bin/sh -c ". /etc/profile; exec /usr/lib/xbmc/xbmc.bin --standalone -fs $XBMC_ARGS $XBMC_DEBUG"
# keep KillMode=process unless there is no good reason to switch to cgroup
KillMode=process
TimeoutStopSec=10
Restart=always
RestartSec=2