summarylogtreecommitdiffstats
path: root/systemd.service
diff options
context:
space:
mode:
authorGeorge Rawlinson2021-05-27 01:29:28 +0000
committerGeorge Rawlinson2021-05-27 01:31:32 +0000
commit96a6caa0240384edd3e590cbe0478aaa0749134a (patch)
tree38167d26272305e2b2bcf53c354ba5219a3b00c4 /systemd.service
parent05ab4de3a1dd8796faaf6d62eb423b6653e24569 (diff)
downloadaur-96a6caa0240384edd3e590cbe0478aaa0749134a.tar.gz
upgpkg: promscale 0.4.1-1
* New upstream release. * Removed environment config file in favour of systemd drop-ins. * Added documentation regarding systemd drop-ins to service file.
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