From 8417afc15bd037aa54fd4d531bfe467f39de47f4 Mon Sep 17 00:00:00 2001 From: Kload Date: Sun, 7 Jul 2013 15:43:49 +0200 Subject: [PATCH] change nickname at domain change --- yunohost_tools.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/yunohost_tools.py b/yunohost_tools.py index 6e900087..10698615 100644 --- a/yunohost_tools.py +++ b/yunohost_tools.py @@ -146,6 +146,7 @@ def tools_maindomain(old_domain, new_domain, dyndns=False): '/etc/lemonldap-ng/lemonldap-ng.ini', '/etc/hosts', '/usr/share/yunohost/yunohost-config/others/startup', + '/home/backup.tahoe/tahoe.cfg' ] config_dir = [] @@ -199,7 +200,8 @@ def tools_maindomain(old_domain, new_domain, dyndns=False): 'service apache2 restart', 'service metronome restart', 'service postfix restart', - 'service dovecot restart' + 'service dovecot restart', + 'service tahoe-lafs restart' ] for command in command_list: