From dbccb0ae37b683eb63f65760b3d1c3173e59abbc Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 20 Jan 2016 20:31:20 +0100 Subject: [PATCH] fix conf --- app/deploy/install_linux_systemd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5