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: