aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/web/files/gondul-template.service
blob: 148e3749202fc16791fba4da0c0dad85fb8de01d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Gondul Templating
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/
ExecReload=/usr/bin/kill -HUP $MAINPID
Restart=on-failure

[Install]
WantedBy=multi-user.target