diff options
| author | David Wragg <dpw@lshift.net> | 2009-08-13 17:31:50 +0100 |
|---|---|---|
| committer | David Wragg <dpw@lshift.net> | 2009-08-13 17:31:50 +0100 |
| commit | 5f5f235157f181cf2d4dda649186b5a91042e2b5 (patch) | |
| tree | 9bb9aef68040c5ad8a34dacf1a18f2db996cce02 /packaging/debs | |
| parent | 9ea57afedb17f7cde5cfc8fa246906d72fa1a0f2 (diff) | |
| download | rabbitmq-server-git-5f5f235157f181cf2d4dda649186b5a91042e2b5.tar.gz | |
Reconcile actions peformed by the init scripts
Not all the actions behave according to specs, but this is a general
issue with our init scripts.
Diffstat (limited to 'packaging/debs')
| -rw-r--r-- | packaging/debs/Debian/debian/init.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/debs/Debian/debian/init.d b/packaging/debs/Debian/debian/init.d index e046364a2a..10a6c4983c 100644 --- a/packaging/debs/Debian/debian/init.d +++ b/packaging/debs/Debian/debian/init.d @@ -115,13 +115,13 @@ case "$1" in echo -n "Rotating log files for $DESC: " rotate_logs_rabbitmq ;; - force-reload|restart) + force-reload|reload|restart|condrestart|try-restart) echo -n "Restarting $DESC: " restart_rabbitmq echo "$NAME." ;; *) - echo "Usage: $0 {start|stop|status|rotate-logs|restart|force-reload}" >&2 + echo "Usage: $0 {start|stop|status|rotate-logs|restart|condrestart|try-restart|reload|force-reload}" >&2 RETVAL=1 ;; esac |
