diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-02-18 21:30:20 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-02-18 21:30:20 +0000 |
commit | fa019059c2eaaf5262d9513dc9d82f978767a87a (patch) | |
tree | d1e24c46137fe04d8c8978743f22a004a2394927 /packages | |
parent | 37f561c60c4471e521a042b4e281d2201614987a (diff) | |
download | pfsense-packages-fa019059c2eaaf5262d9513dc9d82f978767a87a.tar.gz pfsense-packages-fa019059c2eaaf5262d9513dc9d82f978767a87a.tar.bz2 pfsense-packages-fa019059c2eaaf5262d9513dc9d82f978767a87a.zip |
Stop service before attempting restart
Diffstat (limited to 'packages')
-rw-r--r-- | packages/bandwidthd/bandwidthd.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/bandwidthd/bandwidthd.inc b/packages/bandwidthd/bandwidthd.inc index c65448c7..8e2ee94e 100644 --- a/packages/bandwidthd/bandwidthd.inc +++ b/packages/bandwidthd/bandwidthd.inc @@ -185,6 +185,7 @@ EOF; conf_mount_ro(); config_unlock(); + stop_service("bandwidthd"); start_service("bandwidthd"); } |