mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-22 23:38:02 +01:00
13 lines
415 B
Django/Jinja
13 lines
415 B
Django/Jinja
[Unit]
|
|
Description=Goatcounter
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart={{ dir }}/goatcounter serve -listen 127.0.0.1:8005 -tls http -smtp smtps://goatcounter%%40mg.augendre.info:{{gc_mailgun_api_key}}@smtp.mailgun.org:587 -email-from goatcounter@mg.augendre.info -automigrate -db sqlite+{{ dir }}/db/goatcounter.sqlite3
|
|
Type=simple
|
|
Restart=always
|
|
User=gaugendre
|
|
Group=gaugendre
|
|
|
|
[Install]
|
|
WantedBy=default.target
|