pythonweb/webinterface.service.sample

13 lines
228 B
Plaintext
Raw Normal View History

2020-04-26 22:12:40 -04:00
[Unit]
Description=Sample-WebInterface
After=network.target
[Service]
User=root
WorkingDirectory=/srv/web-interface
2020-04-29 15:33:29 -04:00
ExecStart=/usr/local/bin/gunicorn -b 0.0.0.0:80 wsgi:app
2020-04-26 22:12:40 -04:00
Restart=always
[Install]
WantedBy=multi-user.target