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