diff options
-rwxr-xr-x | etc/rc.newwanip | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip index f5ab000..9dc2a88 100755 --- a/etc/rc.newwanip +++ b/etc/rc.newwanip @@ -102,6 +102,9 @@ touch("/tmp/filter_dirty"); /* reload graphing functions */ enable_rrd_graphing(); +/* restart packages */ +exec("/etc/rc.start_packages"); + return 0; ?>
\ No newline at end of file |