From e42397b55ef426a5038d5053fdd5de9d6d484675 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Sat, 13 Mar 2010 12:58:07 +0000 Subject: simplified init script options git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@922547 13f79535-47bb-0310-9956-ffa450edef68 --- etc/init/couchdb.tpl.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/init/couchdb.tpl.in') diff --git a/etc/init/couchdb.tpl.in b/etc/init/couchdb.tpl.in index 8afd5d62..3b8d17ea 100644 --- a/etc/init/couchdb.tpl.in +++ b/etc/init/couchdb.tpl.in @@ -141,7 +141,7 @@ parse_script_option_list () { log_end_msg $SCRIPT_ERROR fi ;; - restart|force-reload) + restart) log_daemon_msg "Restarting $DESCRIPTION" $NAME if stop_couchdb; then if start_couchdb; then @@ -158,7 +158,7 @@ parse_script_option_list () { ;; *) cat << EOF >&2 -Usage: $SCRIPT_NAME {start|stop|restart|force-reload|status} +Usage: $SCRIPT_NAME {start|stop|restart|status} EOF exit $SCRIPT_ERROR ;; -- cgit v1.2.3