From 34c3eb3c8bb94b536e3489c2e93fb1bed4fb0d0a Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 20 Jan 2016 19:54:32 +0100 Subject: [PATCH] installi does not start --- install_linux_systemd.py | 1 - 1 file changed, 1 deletion(-) 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' -- 2.39.5