summaryrefslogtreecommitdiff
path: root/config/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'config/systemd')
-rw-r--r--config/systemd/weather-logger-receiver.service5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/systemd/weather-logger-receiver.service b/config/systemd/weather-logger-receiver.service
index d771e59..4496fce 100644
--- a/config/systemd/weather-logger-receiver.service
+++ b/config/systemd/weather-logger-receiver.service
@@ -14,9 +14,12 @@ StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=weather-logger-receiver
PIDFile=/run/weather_logger/receiver.pid
-ExecStart=/usr/local/src/weather_logger/weather-logger-receiver /etc/weather-logger-receiver.yaml
+PermissionsStartOnly=true
+ExecStartPre=mkdir -p /run/weather_logger /var/log/weather_logger /usr/local/share/weather_logger
ExecStartPre=rm -f /run/weather_logger/receiver.pid
+ExecStartPre=chown -R weather-logger:weather-logger /run/weather_logger /var/log/weather_logger /usr/local/share/weather_logger
ExecStopPost=rm -f /run/weather_logger/receiver.pid
+ExecStart=/usr/local/src/weather_logger/weather-logger-receiver /etc/weather-logger-receiver.yaml
[Install]
WantedBy=multi-user.target