ModernOSWeather/services/wthrc.service

12 lines
279 B
SYSTEMD
Raw Normal View History

2024-09-23 12:17:02 +03:00
[Unit]
Description=Weather collection service
[Service]
$DIR=/home/citrullux/ModernOSWeather
2024-09-23 12:17:02 +03:00
Type=simple
WorkingDirectory=/home/citrullux/ModernOSWeather/src
ExecStart=/usr/bin/python3 /home/citrullux/ModernOSWeather/src/main.py
2024-09-23 12:17:02 +03:00
Restart=always
[Install]
WantedBy=default.target