This commit is contained in:
2018-11-20 22:54:19 +03:00
parent 205b373fbd
commit f8cd51fe16
3 changed files with 21 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[program:lono]
user = www-data
directory = /srv/apps/lono
command = /srv/apps/lono/venv/bin/python3 /srv/apps/lono/main.py
autostart = true
autorestart = true
stderr_logfile = /srv/apps/lono/logs/lono.log
stdout_logfile = /srv/apps/lono/logs/lono.log
stopsignal = INT