1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/lokole/templates/restarter.service.j2
2020-09-09 14:51:28 +01:00

10 lines
190 B
Django/Jinja

[Unit]
Description=Lokole webapp restarter
After=network.target
[Service]
Type=simple
ExecStart=/bin/bash {{ lokole_run_directory }}/webapp-restart.sh
[Install]
WantedBy=multi-user.target