summaryrefslogtreecommitdiff
path: root/extra/varnish/varnish.service
blob: 851e3214076ee34e2d10cd60935f7eb75e28b3e4 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Web Application Accelerator
After=network.target

[Service]
ExecStart=/usr/bin/varnishd -a 0.0.0.0:80 -f /etc/varnish/default.vcl -T localhost:6082 -s malloc,64M -u nobody -g nobody -F
ExecReload=/usr/bin/varnish-vcl-reload

[Install]
WantedBy=multi-user.target