]> git.pld-linux.org Git - packages/apinger.git/commitdiff
- reload (kill -HUP) implemented
authorJacek Konieczny <jajcus@pld-linux.org>
Tue, 16 Jul 2002 16:25:42 +0000 (16:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apinger.init -> 1.2

apinger.init

index 88229cefab80b1ec1f2735043aded5733c9329db..134f150427edbc991809791315cd6ad059d74c3f 100644 (file)
@@ -44,6 +44,9 @@ case "$1" in
   status)
        status apinger
        ;;
+  reload)
+       killproc apinger -HUP
+       ;;
   restart)
        $0 stop
        $0 start
This page took 0.067802 seconds and 4 git commands to generate.