11 lines
210 B
Desktop File
11 lines
210 B
Desktop File
[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 |