summarylogtreecommitdiffstats
path: root/weewx.service
blob: f648519c454f2036d2a519e02d00ce011ea132a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=weewx weather system
Requires=time-sync.target
After=time-sync.target
RequiresMountsFor=/etc /var/lib

[Service]
ExecStart=/usr/bin/weewxd /etc/weewx/weewx.conf
StandardOutput=null
#User=weewx
#Group=weewx

[Install]
WantedBy=multi-user.target