From 8a3745aee8b4290a238b4784a6a151312a5c9e7e Mon Sep 17 00:00:00 2001 From: Lednerb Date: Sun, 11 Jan 2015 15:42:01 +0100 Subject: [PATCH] updated service restart at courier imap/pop3 server --- lib/configfiles/trusty.inc.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/configfiles/trusty.inc.php b/lib/configfiles/trusty.inc.php index c2d352ec..8efef10e 100644 --- a/lib/configfiles/trusty.inc.php +++ b/lib/configfiles/trusty.inc.php @@ -292,8 +292,9 @@ return array( 'etc_courier_authmysqlrc' => '/etc/courier/authmysqlrc' ), 'restart' => array( - '/etc/init.d/courier-authdaemon restart', - '/etc/init.d/courier-pop restart' + 'service courier-authdaemon restart', + 'service courier-pop restart', + 'service courier-imap restart' ) ), 'dovecot' => array(