aboutsummaryrefslogtreecommitdiffstats
path: root/glutte_serial_web.unit.example
blob: 5ee8b4b52337037d7693f0b958ee98c4fa8e567d (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=glutte serial monitor web server
After=syslog.target network.target

[Service]
Type=simple
User=glutte
WorkingDirectory=/home/glutte/glutte-serial-web
ExecStart=/home/glutte/glutte-serial-web/bin/gunicorn -k flask_sockets.worker glutte_serial_web:app -b 0.0.0.0:5000