regadora/webinterface.service.sample

13 lines
307 B
Plaintext
Raw Permalink Normal View History

2021-02-01 22:33:25 -03:00
[Unit]
Description=Sample-WebInterface
After=network.target
[Service]
User=root
WorkingDirectory=/srv/web-interface
ExecStart=/usr/local/bin/gunicorn -b 0.0.0.0:80 wsgi:app --access-logfile /var/log/web-access.log --error-logfile /var/log/web-error.log
Restart=always
[Install]
WantedBy=multi-user.target