File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -609,11 +609,11 @@ if [ -x "$systemctlcmd" ]; then
609609 echo " $systemctlcmd reload usermin" >> $config_dir /reload
610610 # Pre-install on systemd
611611 echo " #!/bin/sh" > $config_dir /.pre-install
612- # echo "$systemctlcmd kill --signal=SIGSTOP --kill-who=main usermin" >>$config_dir/.pre-install
612+ echo " $systemctlcmd stop usermin" >> $config_dir /.pre-install
613613 # Post-install on systemd
614614 echo " #!/bin/sh" > $config_dir /.post-install
615615 # echo "$systemctlcmd kill --signal=SIGCONT --kill-who=main usermin" >>$config_dir/.post-install
616- echo " $systemctlcmd kill --signal=SIGHUP --kill-who=main usermin" >> $config_dir /.post-install
616+ echo " $systemctlcmd start usermin" >> $config_dir /.post-install
617617
618618
619619 chmod 755 $config_dir /stop $config_dir /start $config_dir /restart $config_dir /restart-by-force-kill $config_dir /reload $config_dir /.pre-install $config_dir /.post-install
You can’t perform that action at this time.
0 commit comments