Browse Source

Switch from SIGHUP to SIGTERM for service exit

bryan 1 year ago
parent
commit
b8f70fcd04
1 changed files with 1 additions and 1 deletions
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -1285,7 +1285,7 @@ service_jriver-mediacenter() {
 		ExecStart=/usr/bin/mediacenter$MVERSION $*
 		Restart=always
 		RestartSec=10
-		KillSignal=SIGHUP
+		KillSignal=SIGTERM
 		TimeoutStopSec=30
 
 		[Install]