You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
shooflenet/auriga.service

13 lines
239 B

[Unit]
Description=The Auriga Webserver
After=network.target
[Service]
User=mrserver
WorkingDirectory=/home/shoofle/auriga
ExecStart=authbind gunicorn -b shoofle.net:80 pure_flask:app
Restart=always
[Install]
WantedBy=multi-user.target