12 lines
267 B
Desktop File
12 lines
267 B
Desktop File
[Unit]
|
|
Description=Pool Thermometer Python Gateway
|
|
After=network.target
|
|
|
|
[Service]
|
|
WorkingDirectory=/opt/pooltemp/gateway
|
|
ExecStart=/opt/pooltemp/gateway/.venv/bin/python /opt/pooltemp/gateway/main.py
|
|
Restart=always
|
|
RestartSec=5s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |