From: Guillaume Pellerin Date: Wed, 20 Jan 2016 19:31:20 +0000 (+0100) Subject: fix conf X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=dbccb0ae37b683eb63f65760b3d1c3173e59abbc;p=mezzo.git fix conf --- diff --git a/app/deploy/install_linux_systemd.py b/app/deploy/install_linux_systemd.py index 756f616e..037f3b6e 100755 --- a/app/deploy/install_linux_systemd.py +++ b/app/deploy/install_linux_systemd.py @@ -26,7 +26,7 @@ ExecStop=%s -f %s stop [Install] WantedBy=local.target -""" % (name, program, path, program, path) +""" % (name, program, conf, program, conf) # print rules