Skip to content

Commit

Permalink
Use restart_service rather than stop/start.
Browse files Browse the repository at this point in the history
  • Loading branch information
djmarcin committed Feb 6, 2017
1 parent 0dbdd0e commit d3ea234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions security/pfSense-pkg-stunnel/files/usr/local/pkg/stunnel.inc
Expand Up @@ -77,8 +77,8 @@ function stunnel_save() {
}

conf_mount_ro();
stop_service("stunnel");
start_service("stunnel");

restart_service("stunnel");
}

function stunnel_install() {
Expand Down

0 comments on commit d3ea234

Please sign in to comment.