ModernOSWeather/services/wthrc.service

12 lines
237 B
SYSTEMD
Raw Normal View History

2024-09-23 12:17:02 +03:00
[Unit]
Description=Weather collection service
2024-10-18 17:58:47 +03:00
2024-09-23 12:17:02 +03:00
[Service]
Type=simple
2024-10-11 09:37:34 +03:00
WorkingDirectory=/home/citrullux/ModernOSLabs/src
ExecStart=/usr/bin/python3 /home/citrullux/ModernOSLabs/src/main.py
2024-09-23 12:17:02 +03:00
Restart=always
[Install]
WantedBy=default.target