1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00
iiab/roles/lokole/templates/lokole_restarter.conf

10 lines
365 B
Text
Raw Normal View History

2021-05-23 20:31:28 +00:00
[program:lokole_restarter]
command="/home/ubuntu/lokole/venv/bin/manage.py" restarter --directory="/home/ubuntu/lokole/state/lokole_restarter"
autostart=true
autorestart=true
startretries=3
stopasgroup=true
stderr_logfile=/home/ubuntu/lokole/logs/lokole_restarter.stderr.log
stdout_logfile=/home/ubuntu/lokole/logs/lokole_restarter.stdout.log
user=root
environment=