14 lines
249 B
SYSTEMD
14 lines
249 B
SYSTEMD
|
[Unit]
|
||
|
Description=The Shoofle.net Webserver
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
User=mrserver
|
||
|
WorkingDirectory=/home/shoofle/shooflenet
|
||
|
ExecStart=authbind gunicorn -b localhost:16000 pure_flask:app
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|