Initial commit - Phone Refurb system

This commit is contained in:
kawa
2026-04-12 20:12:46 +02:00
commit 03f4f11373
6 changed files with 892 additions and 0 deletions

14
phone-refurb.service Normal file
View File

@@ -0,0 +1,14 @@
[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