2012-02-18 01:56:34 +01:00
|
|
|
[Unit]
|
|
|
|
Description=Varnish HTTP accelerator/reverse proxy
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
EnvironmentFile=/etc/sysconfig/varnish
|
|
|
|
PIDFile=/var/run/varnishd.pid
|
2018-05-02 08:47:54 +02:00
|
|
|
ExecStart=/usr/sbin/varnishd -P /var/run/varnishd.pid -F $VARNISHD_PARAMS
|
2012-02-18 01:56:34 +01:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|