diff --git a/eoptasks/eoptasks.py b/eoptasks/eoptasks.py index 6124f97..8e574d5 100755 --- a/eoptasks/eoptasks.py +++ b/eoptasks/eoptasks.py @@ -214,6 +214,7 @@ def command_window(args): # hobo-agent.restart is the fastest way to get the number of threads # used by celery under control :/ 'hobo-agent.restart': '''test -e /etc/hobo-agent/settings.py && sudo supervisorctl restart hobo-agent''', + 'restart.all': '''sudo systemctl restart authentic2-multitenant bijoe chrono combo corbo fargo hobo passerelle wcs; /bin/true''', }.get(args.cmd, args.cmd) if args.args: cmd += ' ' + ' '.join(['"%s"' % x for x in args.args])