]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - service
Tabs are used here.
[projects/rc-scripts.git] / service
diff --git a/service b/service
index c3cbaca4a16d6617a20373cce2fe27b512f50c9c..bc099ae46a14cf786ae4faac286550e37a1b2d6e 100755 (executable)
--- a/service
+++ b/service
@@ -85,14 +85,14 @@ while [ $# -gt 0 ]; do
                echo "${VERSION}" >&2
                exit 0
                ;;
-    --ignore-dependencies)
-       export SYSTEMCTL_IGNORE_DEPENDENCIES=1
-       shift
-       ;;
-    --skip-redirect)
-       export SYSTEMCTL_SKIP_REDIRECT=1
-       shift
-       ;;
+       --ignore-dependencies)
+               export SYSTEMCTL_IGNORE_DEPENDENCIES=1
+               shift
+               ;;
+       --skip-redirect)
+               export SYSTEMCTL_SKIP_REDIRECT=1
+               shift
+               ;;
        --upstart)
                USE_UPSTART=yes
                shift
This page took 0.079138 seconds and 4 git commands to generate.