forked from pool/varnish
11 lines
242 B
SYSTEMD
11 lines
242 B
SYSTEMD
|
[Unit]
|
||
|
Description=Varnish log generator
|
||
|
|
||
|
[Service]
|
||
|
EnvironmentFile=/etc/sysconfig/varnish
|
||
|
PIDFile=/var/run/varnishlog.pid
|
||
|
ExecStart=/usr/sbin/varnishncsa $VARNISHLOG_PARAMS -P /var/run/varnishlog.pid -F
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|