12 lines
237 B
Desktop File
12 lines
237 B
Desktop File
[Unit]
|
|
Description=Weather collection service
|
|
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/home/citrullux/ModernOSLabs/src
|
|
ExecStart=/usr/bin/python3 /home/citrullux/ModernOSLabs/src/main.py
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=default.target |