mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 12:25:23 +00:00
Monotone-Parent: d7e3b62e2d085f5bc624b04dd91f11f866364b13
Monotone-Revision: d0ed757fc567f8bb31990f5dc94a952fb4071409 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-18T16:16:11
This commit is contained in:
Vendored
+1
-1
@@ -80,7 +80,7 @@ case "$1" in
|
||||
;;
|
||||
restart|force-reload)
|
||||
log_daemon_msg "Restarting $DESC" "$NAME"
|
||||
start-stop-daemon --stop --pidfile $PIDFILE --retry=TERM/20/KILL/5 || true
|
||||
start-stop-daemon --stop --pidfile $PIDFILE --retry=TERM/20/KILL/5 --oknodo
|
||||
# Ensure directory's existence and permissions
|
||||
install -o $USER -g adm -m 755 -d /var/run/$NAME
|
||||
install -o $USER -g adm -m 750 -d /var/spool/$NAME
|
||||
|
||||
Reference in New Issue
Block a user