summarylogtreecommitdiffstats
path: root/systemd.service
diff options
context:
space:
mode:
authorMarkus Pesch2023-06-10 10:52:49 +0200
committerMarkus Pesch2023-06-10 10:53:08 +0200
commit8f0116dc98e57c900c7709a60a9fa1c34d19177c (patch)
tree5f7a161fbc92691fb5703381725ee94aa132284c /systemd.service
parentd2f1a5560fe8e92fc089c65ecb03467d2c93c965 (diff)
downloadaur-8f0116dc98e57c900c7709a60a9fa1c34d19177c.tar.gz
fix: adapt systemd unit to load environment file with extra args
Diffstat (limited to 'systemd.service')
-rw-r--r--systemd.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd.service b/systemd.service
index 8c2ddf5de7e4..64d94c5c6fc6 100644
--- a/systemd.service
+++ b/systemd.service
@@ -5,7 +5,7 @@ After=network-online.target
[Service]
EnvironmentFile=/etc/conf.d/prometheus-fail2ban-exporter
-ExecStart=/usr/bin/prometheus-fail2ban-exporter ${PROMETHEUS_FAIL2BAN_EXPORTER_EXTRA_ARGS}
+ExecStart=/usr/bin/prometheus-fail2ban-exporter
ExecReload=/bin/kill -HUP $MAINPID
User=root
Group=root