forked from pool/varnish
Jan Engelhardt
5fe83bda9c
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=52
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 $VARNISHD_PARAMS -P /var/run/varnishd.pid -F
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|