mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-24 04:45:24 +00:00
Monotone-Parent: eee51b9dd1935131f418b67a4fb12afadec2157d
Monotone-Revision: 8132f0990f7fce9318097fee307c6bd9b58b1be1 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-11-02T14:38:27 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -86,12 +86,11 @@ case "$1" in
|
||||
stop)
|
||||
echo -n $"Stopping $DESC: "
|
||||
killproc $REAL_DAEMON && rm -f ${PIDFILE}*
|
||||
echo "$NAME."
|
||||
echo
|
||||
;;
|
||||
restart|force-reload)
|
||||
echo -n $"Restarting $DESC: "
|
||||
echo $"Restarting $DESC: "
|
||||
$0 stop && sleep 2 && $0 start
|
||||
echo "$NAME."
|
||||
;;
|
||||
status)
|
||||
status $REAL_DAEMON
|
||||
|
||||
Reference in New Issue
Block a user