diff options
author | Aki <please@ignore.pl> | 2023-04-04 23:56:41 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2023-04-04 23:56:41 +0200 |
commit | 85383b7f8fa0ea682c93e58deb165c84ae7c75d3 (patch) | |
tree | 7f471915257af6e9d067e6dd36b10e83ac7ff13e /contrib/waterspout-pull.service | |
parent | fd4ab7ef4410a435f8c7339e111f791f5fdc9d0b (diff) | |
download | waterspout-radar-85383b7f8fa0ea682c93e58deb165c84ae7c75d3.zip waterspout-radar-85383b7f8fa0ea682c93e58deb165c84ae7c75d3.tar.gz waterspout-radar-85383b7f8fa0ea682c93e58deb165c84ae7c75d3.tar.bz2 |
Added configuration files for systemd-powered distros
Diffstat (limited to 'contrib/waterspout-pull.service')
-rw-r--r-- | contrib/waterspout-pull.service | 7 |
1 files changed, 7 insertions, 0 deletions
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 |