mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 23:17:50 +00:00
xbmc: xbmc.service: switch back to KillMode=process
This commit is contained in:
parent
f613297ed6
commit
a9eba81600
@ -10,6 +10,8 @@ Environment=HOME=/storage
|
|||||||
EnvironmentFile=-/run/openelec/xbmc.conf
|
EnvironmentFile=-/run/openelec/xbmc.conf
|
||||||
EnvironmentFile=-/run/openelec/debug/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"
|
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
|
TimeoutStopSec=10
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=2
|
RestartSec=2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user