From 2a8dfe9bd9f5cf81a4cf564e328d8922d20d7a53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Rasmussen?= Date: Sat, 23 Jul 2022 19:01:15 +0200 Subject: [PATCH] Fix executable path in package --- build/debian/fermentord.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/debian/fermentord.service b/build/debian/fermentord.service index 5bb47fd..a27ab71 100644 --- a/build/debian/fermentord.service +++ b/build/debian/fermentord.service @@ -7,7 +7,7 @@ ConditionPathExists=!/etc/fermentord_not_to_be_run ConditionPathExists=/etc/fermentord.toml [Service] -ExecStart=/usr/local/bin/fermentord +ExecStart=/usr/bin/fermentord ExecReload=/bin/kill -HUP $MAINPID User=fermentor Group=fermentor