Fix daemon upgrade when running under systemd
Systemd assumes that service of type simple is stopped when the main process exits. This causes systemd to kill all nghttpx processes when doing a process upgrade (via USR2/QUIT signals). Change the service type to forking which behaves correctly on upgrade.
Showing
Please register or sign in to comment