This repository has been archived on 2020-08-09. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-systemd/templates/varnish.service.j2

11 lines
332 B
Plaintext
Raw Normal View History

2020-06-04 12:37:46 +00:00
[Unit]
StartLimitIntervalSec=0
[Service]
2020-06-04 12:37:46 +00:00
Restart=on-failure
RestartSec=10
ExecStart=
ExecStart=/usr/sbin/varnishd -F -a {{ varnish.frontend.sock }},user={{ varnish.frontend.user }},group={{ varnish.frontend.group }},mode={{ varnish.frontend.mode }} -j unix,user={{ varnish.jail.user }} -f /etc/varnish/default.vcl -s malloc,256m