mirror of
https://github.com/videoman/proxmark3-web.git
synced 2024-12-26 17:33:32 +08:00
14 lines
341 B
Desktop File
14 lines
341 B
Desktop File
[Unit]
|
|
Description=ProxMark3-web Service
|
|
|
|
[Service]
|
|
User=pi
|
|
WorkingDirectory=/home/pi/proxmark3-web/
|
|
#Type=simple
|
|
Environment=FLASK_CONFIG=production
|
|
Environment=FLASK_APP=/home/pi/proxmark3-web/proxmark3-web.py
|
|
ExecStart=/usr/bin/gunicorn3 --threads 4 --reload proxmark3-web:app -b:8080
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|