summaryrefslogtreecommitdiffstats
path: root/sshd_wizard/Sshd.pm
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_wizard/Sshd.pm')
-rwxr-xr-xsshd_wizard/Sshd.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshd_wizard/Sshd.pm b/sshd_wizard/Sshd.pm
index a560729e..ba9bb8db 100755
--- a/sshd_wizard/Sshd.pm
+++ b/sshd_wizard/Sshd.pm
@@ -213,7 +213,7 @@ sub new {
sub write_conf_restart_ssh {
$sshd->write_conf($conf);
- services::restart_or_start('sshd');
+ reload_or_restart('sshd');
}
sub global_config {