From 85383b7f8fa0ea682c93e58deb165c84ae7c75d3 Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 4 Apr 2023 23:56:41 +0200 Subject: Added configuration files for systemd-powered distros --- contrib/waterspout-pull.service | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 contrib/waterspout-pull.service (limited to 'contrib/waterspout-pull.service') diff --git a/contrib/waterspout-pull.service b/contrib/waterspout-pull.service new file mode 100644 index 0000000..509a290 --- /dev/null +++ b/contrib/waterspout-pull.service @@ -0,0 +1,7 @@ +[Unit] +Description=Pull data for Waterspout Radar + +[Service] +Type=oneshot +ExecStart=/usr/bin/env waterspout-radar -c /etc/waterspout-radar.conf pull +User=waterspout -- cgit v1.1