From a6971b1ae54af400d378e189ddcd31a9d2b23027 Mon Sep 17 00:00:00 2001 From: Kload Date: Sun, 7 Jul 2013 16:13:49 +0200 Subject: [PATCH] bugfix --- yunohost_tools.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yunohost_tools.py b/yunohost_tools.py index 10698615..9c956184 100644 --- a/yunohost_tools.py +++ b/yunohost_tools.py @@ -201,7 +201,8 @@ def tools_maindomain(old_domain, new_domain, dyndns=False): 'service metronome restart', 'service postfix restart', 'service dovecot restart', - 'service tahoe-lafs restart' + 'service tahoe-lafs stop', + 'service tahoe-lafs start' ] for command in command_list: