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/restarter.service.j2

12 lines
254 B
Text
Raw Normal View History

2020-09-06 23:00:54 +00:00
[Unit]
Description=Lokole webapp restarter
After=network.target
[Service]
Type=simple
WorkingDirectory={{lokole_run_directory}}
ExecStart={{lokole_venv}}/bin/manage.py restarter --directory={{lokole_run_directory}}
2020-09-06 23:00:54 +00:00
[Install]
WantedBy=multi-user.target