forked from pool/varnish
Jan Engelhardt
b54459f5c7
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=86
13 lines
288 B
Desktop File
13 lines
288 B
Desktop File
[Unit]
|
|
Description=Varnish log generator
|
|
Requires=varnish.service
|
|
#After= is not required
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/sysconfig/varnish
|
|
PIDFile=/var/run/varnishlog.pid
|
|
ExecStart=/usr/sbin/varnishncsa -P /var/run/varnishlog.pid $VARNISHLOG_PARAMS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|