summarylogtreecommitdiffstats
path: root/weewx.service
diff options
context:
space:
mode:
Diffstat (limited to 'weewx.service')
-rw-r--r--weewx.service15
1 files changed, 0 insertions, 15 deletions
diff --git a/weewx.service b/weewx.service
deleted file mode 100644
index 9517eebeaecf..000000000000
--- a/weewx.service
+++ /dev/null
@@ -1,15 +0,0 @@
-[Unit]
-Description=WeeWX weather system
-Requires=time-sync.target
-After=time-sync.target
-RequiresMountsFor=/etc/weewx /var/lib/weewx /var/lib/weewx/www
-
-[Service]
-ExecStart=/usr/bin/weewxd /etc/weewx/weewx.conf
-StandardOutput=null
-StandardError=journal
-User=weewx
-Group=weewx
-
-[Install]
-WantedBy=multi-user.target