/lib/systemd/system/varnishlog.service is in varnish 3.0.5-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | [Unit]
Description=Varnish HTTP accelerator log daemon
[Service]
User=varnishlog
ExecStart=/usr/bin/varnishlog -a -w /var/log/varnish/varnish.log
[Install]
WantedBy=multi-user.target
|