summarylogtreecommitdiffstats
path: root/systemd.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd.service')
-rw-r--r--systemd.service3
1 files changed, 2 insertions, 1 deletions
diff --git a/systemd.service b/systemd.service
index fe8656db898f..e1c5aaf62730 100644
--- a/systemd.service
+++ b/systemd.service
@@ -9,7 +9,8 @@ User=promscale
Group=promscale
Restart=on-failure
RestartSec=5s
-EnvironmentFile=-/etc/conf.d/promscale
+# If PROMSCALE_ARGS is required, it should be applied using a drop-in
+# systemd file. See `man 5 systemd.unit` for details.
ExecStart=/usr/bin/promscale $PROMSCALE_ARGS
ExecReload=/bin/kill -HUP $MAINPID