Switch from SIGHUP to SIGTERM for service exit
This commit is contained in:
@@ -1285,7 +1285,7 @@ service_jriver-mediacenter() {
|
|||||||
ExecStart=/usr/bin/mediacenter$MVERSION $*
|
ExecStart=/usr/bin/mediacenter$MVERSION $*
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=10
|
RestartSec=10
|
||||||
KillSignal=SIGHUP
|
KillSignal=SIGTERM
|
||||||
TimeoutStopSec=30
|
TimeoutStopSec=30
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|||||||
Reference in New Issue
Block a user