From 8e1af45fddff9e12e7cb7c137dc1dbdaee99b721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 26 Feb 2021 13:50:25 +0100 Subject: [PATCH] debian: add reference to agent setting in hobo-manage (#51493) --- debian/server/hobo-manage | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/server/hobo-manage b/debian/server/hobo-manage index 8f17c81..2a48e7b 100755 --- a/debian/server/hobo-manage +++ b/debian/server/hobo-manage @@ -5,6 +5,7 @@ MANAGE="/usr/lib/hobo/manage.py" # load Debian default configuration export HOBO_SETTINGS_FILE=/usr/lib/$NAME/debian_config.py +export HOBO_AGENT_SETTINGS_FILE=/etc/hobo-agent/settings.py # check user if test x$1 = x"--forceuser"