forked from pool/varnish
12 lines
271 B
SYSTEMD
12 lines
271 B
SYSTEMD
|
[Unit]
|
||
|
Description=Varnish HTTP accelerator/reverse proxy
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
EnvironmentFile=/etc/sysconfig/varnish
|
||
|
PIDFile=/var/run/varnishd.pid
|
||
|
ExecStart=/usr/sbin/varnishd $VARNISHD_PARAMS -P /var/run/varnishd.pid -F
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|