Repozitář maturitního projektu IVE. Vozítko ovládané přes internet, které sbírá data z modulů.
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
266 B

[Unit]
Description=Lucy Web Application
[Service]
Restart=on-failure
StartLimitBurst=0
WorkingDirectory=/home/pi/dev/Lucy/lucy_webapp
ExecStart=/home/pi/dev/env/dev/bin/gunicorn lucy_webapp.wsgi:application --bind 0.0.0.0:8000
[Install]
WantedBy=multi-user.target