14 lines
261 B
Desktop File
14 lines
261 B
Desktop File
[Unit]
|
|
Description=Phone Refurb Web App
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=kawa
|
|
WorkingDirectory=/home/kawa/phone-refurb
|
|
ExecStart=/home/kawa/phone-refurb/venv/bin/python web-app.py
|
|
Restart=always
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |