blob: 7f4fb24834b3e927e28ae7b34702e7277d326675 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=Python software for USB Wireless WeatherStations
[Service]
ExecStart=/usr/bin/pywws-livelog /var/lib/pywws
RestartSec=120
Restart=on-failure
[Install]
WantedBy=multi-user.target
|