This commit is contained in:
Kload 2013-07-07 16:13:49 +02:00
parent 8417afc15b
commit a6971b1ae5

View file

@ -201,7 +201,8 @@ def tools_maindomain(old_domain, new_domain, dyndns=False):
'service metronome restart', 'service metronome restart',
'service postfix restart', 'service postfix restart',
'service dovecot restart', 'service dovecot restart',
'service tahoe-lafs restart' 'service tahoe-lafs stop',
'service tahoe-lafs start'
] ]
for command in command_list: for command in command_list: