publik-emailconf: notify service restart

This commit is contained in:
Christophe Siraut 2019-03-27 14:04:56 +01:00
parent eb3d3cc423
commit 918af39447
1 changed files with 1 additions and 0 deletions

View File

@ -29,4 +29,5 @@ for brique in briques:
fh.write(template.format(site=args.site, brique=briquename))
for brique in briques:
print('restarting %s' % brique)
subprocess.call('systemctl restart %s' % brique, shell=True)