diff options
-rwxr-xr-x | add-service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/add-service b/add-service index 1a71eff..94cc21d 100755 --- a/add-service +++ b/add-service @@ -72,7 +72,7 @@ else # if the service is activated, add it again to be able to handle # changes in start/stop levels if [ -f /etc/rc3.d/S??$srv ]; then - add_service + /sbin/chkconfig --add $srv fi # restart the service if already running |