mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
USR1 instead of hup SERVER-368
This commit is contained in:
parent
55ada812dd
commit
b8d4909800
2
debian/init.d
vendored
2
debian/init.d
vendored
@ -156,7 +156,7 @@ reload_server() {
|
||||
[ ! -f "$PIDFILE" ] && return 1
|
||||
pid=pidofproc $PIDFILE # This is the daemon's pid
|
||||
# Send a SIGHUP
|
||||
kill -1 $pid
|
||||
kill -USR1 $pid
|
||||
return $?
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user