[Unit] Description=Weather collection service After=network.target [Service] Type=simple ExecStart=/usr/bin/python3 /home/citrullux/ModernOSLabs/src/main.py Restart=always [Install] WantedBy=multi-user.target