14 lines
278 B
Desktop File
14 lines
278 B
Desktop File
[Unit]
|
|
Description=Store Dwell Alert
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/home/xiaozheng/store_dwell_alert
|
|
ExecStart=/home/xiaozheng/store_dwell_alert/.venv/bin/python -m app.main
|
|
Restart=always
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|