aboutsummaryrefslogtreecommitdiffstats
path: root/service
diff options
context:
space:
mode:
Diffstat (limited to 'service')
-rwxr-xr-xservice1
1 files changed, 1 insertions, 0 deletions
diff --git a/service b/service
index 9cf598d3..a67c5d57 100755
--- a/service
+++ b/service
@@ -9,6 +9,7 @@ USAGE="Usage: `basename $0` < option > | --status-all | \
[ service_name [ command | --full-restart ] ]"
SERVICE=
SERVICEDIR="/etc/init.d"
+OPTIONS=
if [ $# -eq 0 ]; then
echo $"${USAGE}" >&2