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