mirror of
https://github.com/FAUSheppy/jeffrey_miller_flask_ftp
synced 2025-12-06 13:11:35 +01:00
13 lines
280 B
Desktop File
13 lines
280 B
Desktop File
[Unit]
|
|
Description=Flask FTP management service
|
|
After=network.target
|
|
|
|
[Service]
|
|
WorkingDirectory=/home/flask/jeffrey_miller_flask_ftp/
|
|
Type=simple
|
|
User=flask
|
|
ExecStart=/usr/bin/waitress-serve --host 0.0.0.0 --port 5000 --call 'app:createApp'
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|