loggin fix

master
ifiguero 2020-04-29 17:39:14 -04:00
parent 2640d166a1
commit b639c52312
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ After=network.target
[Service]
User=root
WorkingDirectory=/srv/web-interface
ExecStart=/usr/local/bin/gunicorn -b 0.0.0.0:80 wsgi:app --access-gfile /var/log/web-access.log --error-logfile /var/log/web-error.log
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]