[Unit]
Description=Weather collection service

[Service]
$DIR=/home/citrullux/ModernOSWeather
Type=simple
WorkingDirectory=/home/citrullux/ModernOSWeather/src
ExecStart=/usr/bin/python3 /home/citrullux/ModernOSWeather/src/main.py
Restart=always

[Install]
WantedBy=default.target