summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-barbican/barbican.init
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-barbican/barbican.init')
-rw-r--r--meta-openstack/recipes-devtools/python/python-barbican/barbican.init5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-barbican/barbican.init b/meta-openstack/recipes-devtools/python/python-barbican/barbican.init
index 8bf0de1..5b353e1 100644
--- a/meta-openstack/recipes-devtools/python/python-barbican/barbican.init
+++ b/meta-openstack/recipes-devtools/python/python-barbican/barbican.init
@@ -86,15 +86,16 @@ case "$1" in
86 stop) 86 stop)
87 stop 87 stop
88 ;; 88 ;;
89 restart|force-reload|reload) 89 restart|force-reload|reload|reset)
90 stop 90 stop
91 sleep 1
91 start 92 start
92 ;; 93 ;;
93 status) 94 status)
94 status 95 status
95 ;; 96 ;;
96 *) 97 *)
97 echo "Usage: $0 {start|stop|force-reload|restart|reload|status}" 98 echo "Usage: $0 {start|stop|force-reload|restart|reload|status|reset}"
98 exit 1 99 exit 1
99 ;; 100 ;;
100esac 101esac