]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- better this way
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 21 Nov 2007 23:24:02 +0000 (23:24 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Wed, 21 Nov 2007 23:24:02 +0000 (23:24 +0000)
svn-id: @9077

rc.d/init.d/template.init

index 24006bab49e36a39135ef89cec1f5099ff27aaec..26e986f7760288dd18d036f083b131a08d06d7ba 100644 (file)
@@ -88,7 +88,9 @@ case "$1" in
 # ONLY if program allows reloading without stopping
 # otherwise include force-reload with 'reload'
   force-reload)
-       restart
+       stop
+       start
+       
        ;;
   status)
        status <service>
This page took 0.071073 seconds and 4 git commands to generate.