1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/isso_ynh.git synced 2024-09-03 19:35:55 +02:00

fix systemd

This commit is contained in:
navanchauhan 2022-08-07 23:12:06 -04:00
parent 216632404b
commit d7094f2061

View file

@ -7,8 +7,7 @@ Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
Environment="ISSO_SETTINGS=__FINALPATH__/isso.cfg"
ExecStart=__FINALPATH__/venv/bin/gunicorn -b localhost:__PORT__ -w 4 --preload isso.run
ExecStart=__FINALPATH__/venv/bin/isso -c __FINALPATH__/isso.cfg run
StandardOutput=append:/var/log/__APP__/__APP__.log
StandardError=inherit