13 lines
222 B
Plaintext
13 lines
222 B
Plaintext
|
[Unit]
|
||
|
Description=Sample-WebInterface
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
User=root
|
||
|
WorkingDirectory=/srv/web-interface
|
||
|
ExecStart=/usr/bin/gunicorn -b 0.0.0.0:80 wsgi:app
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|