diff options
Diffstat (limited to 'ansible/roles/web/files/gondul-template.service')
-rw-r--r-- | ansible/roles/web/files/gondul-template.service | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ansible/roles/web/files/gondul-template.service b/ansible/roles/web/files/gondul-template.service index edde9a3..148e374 100644 --- a/ansible/roles/web/files/gondul-template.service +++ b/ansible/roles/web/files/gondul-template.service @@ -1,11 +1,12 @@ [Unit] Description=Gondul Templating -Documentation=http://google.com +Documentation=https://github.com/gathering/gondul After=network-online.target [Service] ExecStart=/opt/gondul/templating/templating.py -h ::1 -p 8081 -t /opt/gondul/web/templates/ -MountFlags=slave +ExecReload=/usr/bin/kill -HUP $MAINPID +Restart=on-failure [Install] WantedBy=multi-user.target |