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.
11 lines
272 B
11 lines
272 B
[Unit]
|
|
Description=Lucy Web Application
|
|
|
|
[Service]
|
|
Restart=on-failure
|
|
StartLimitBurst=0
|
|
WorkingDirectory=/home/pi/dev_lucy/Lucy/lucy_webapp
|
|
ExecStart=/home/pi/dev_lucy/dev/bin/gunicorn lucy_webapp.wsgi:application --bind 0.0.0.0:8000
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|