Switch from SIGHUP to SIGTERM for service exit

This commit is contained in:
2023-05-25 14:50:43 -04:00
parent cad9bd6f20
commit b8f70fcd04

View File

@@ -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]