]> git.pld-linux.org Git - packages/arcavir.git/commitdiff
- reload is present
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 29 Aug 2010 17:00:59 +0000 (17:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    arcad.init -> 1.2

arcad.init

index de43b7bc5ee57819a28b5685de3aa2e419bd7738..b1ab5187cde347da21d809432f76c5f5b32b611d 100644 (file)
@@ -81,15 +81,9 @@ case "$1" in
   try-restart)
        condrestart 0
        ;;
-# include force-reload here if program allows reloading without restart
-# otherwise remove reload action and support force-reload as restart if running
   reload|force-reload)
        reload
        ;;
-# use this one if program doesn't support reloading without restart
-  force-reload)
-       condrestart 7
-       ;;
   status)
        status arcad
        RETVAL=$?
This page took 0.037703 seconds and 4 git commands to generate.