forked from pool/varnish
Jan Engelhardt
b54459f5c7
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=86
12 lines
271 B
Desktop File
12 lines
271 B
Desktop File
[Unit]
|
|
Description=Varnish HTTP accelerator/reverse proxy
|
|
After=network.target
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/sysconfig/varnish
|
|
PIDFile=/var/run/varnishd.pid
|
|
ExecStart=/usr/sbin/varnishd -P /var/run/varnishd.pid -F $VARNISHD_PARAMS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|