summarylogtreecommitdiffstats
path: root/pywws.service
blob: b0dbdf0a268bc29419a1a707f2920dbff0417e29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=pywws weather station live logging
After=time-sync.target

[Service]
User=pywws
RestartSec=120
Restart=on-failure
ExecStart=/usr/bin/pywws-livelog -v -l systemd /var/lib/pywws

[Install]
WantedBy=multi-user.target