use correct restart commands for trusty
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -292,8 +292,8 @@ return array(
|
|||||||
'etc_courier_authmysqlrc' => '/etc/courier/authmysqlrc'
|
'etc_courier_authmysqlrc' => '/etc/courier/authmysqlrc'
|
||||||
),
|
),
|
||||||
'restart' => array(
|
'restart' => array(
|
||||||
'/etc/init.d/courier-authdaemon restart',
|
'service courier-authdaemon restart',
|
||||||
'/etc/init.d/courier-pop restart'
|
'service courier-pop restart'
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'dovecot' => array(
|
'dovecot' => array(
|
||||||
@@ -326,7 +326,7 @@ return array(
|
|||||||
'etc_proftpd_proftpd.conf' => '/etc/proftpd/proftpd.conf'
|
'etc_proftpd_proftpd.conf' => '/etc/proftpd/proftpd.conf'
|
||||||
),
|
),
|
||||||
'restart' => array(
|
'restart' => array(
|
||||||
'/etc/init.d/proftpd restart'
|
'service proftpd restart'
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'pure-ftpd' => array(
|
'pure-ftpd' => array(
|
||||||
|
|||||||
Reference in New Issue
Block a user