yurt / weather / 68c36c5 vs. 7324f7c

Compare Hashes
[Unit]
Description=Ensure file exists on boot
After=multi-user.target
Description=Record weather data
After=network.target
[Service]
Environment="PURPLE_ENV=PROD"
Type=simple
Restart=always
WorkingDirectory=/home/tree/projects/weather-station
ExecStart=/home/tree/projects/weather-station/start.sh
ExecStart=/home/tree/projects/weather-station/weather.py
User=tree
[Install]
WantedBy=multi-user.target