mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Restart amavis at postinstallation
This commit is contained in:
parent
9fb6c8a167
commit
17639a254e
1 changed files with 2 additions and 1 deletions
|
@ -153,7 +153,8 @@ def tools_maindomain(old_domain=None, new_domain=None, dyndns=False):
|
||||||
'service nginx restart',
|
'service nginx restart',
|
||||||
'service metronome restart',
|
'service metronome restart',
|
||||||
'service postfix restart',
|
'service postfix restart',
|
||||||
'service dovecot restart'
|
'service dovecot restart',
|
||||||
|
'service amavis restart'
|
||||||
]
|
]
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue