Skip to content

Commit

Permalink
Fix to send HUP signal on reload instead
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Aug 1, 2022
1 parent ac4ac35 commit 38a07a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usermin-systemd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Description=Usermin server daemon
Environment="PERLLIB=WEBMIN_LIBDIR"
ExecStart=WEBMIN_LIBDIR/miniserv.pl WEBMIN_CONFIG/miniserv.conf
ExecStop=WEBMIN_KILLCMD $MAINPID
ExecReload=WEBMIN_KILLCMD -USR1 $MAINPID
ExecReload=WEBMIN_KILLCMD -HUP $MAINPID
PIDFile=WEBMIN_VAR/miniserv.pid
Type=forking
Restart=always
Expand Down

0 comments on commit 38a07a1

Please sign in to comment.