From: Guillaume Pellerin Date: Wed, 20 Jan 2016 18:54:32 +0000 (+0100) Subject: installi does not start X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=34c3eb3c8bb94b536e3489c2e93fb1bed4fb0d0a;p=mezzo.git installi does not start --- diff --git a/install_linux_systemd.py b/install_linux_systemd.py index c16df44a..d6d0d1dc 100755 --- a/install_linux_systemd.py +++ b/install_linux_systemd.py @@ -34,6 +34,5 @@ f.close() os.system('systemctl enable ' + service) os.system('systemctl daemon-reload') -os.system('systemctl start ' + name) print 'done'