From 899664c4b25fa82ee87a92e7791653ed3359420b Mon Sep 17 00:00:00 2001 From: Cody Lee Date: Thu, 22 Dec 2022 14:53:42 -0600 Subject: [PATCH] fix systemd default config file location --- init/systemd/unpoller.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/systemd/unpoller.service b/init/systemd/unpoller.service index 92b62550..248ada56 100644 --- a/init/systemd/unpoller.service +++ b/init/systemd/unpoller.service @@ -9,7 +9,7 @@ After=network.target Requires=network.target [Service] -ExecStart=/usr/bin/unpoller $DAEMON_OPTS +ExecStart=/usr/bin/unpoller -c /etc/unpoller/up.conf $DAEMON_OPTS EnvironmentFile=-/etc/default/unpoller EnvironmentFile=-/etc/sysconfig/unpoller Restart=always