summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-04-12 22:45:58 +0000
committerAnthony G. Basile <blueness@gentoo.org>2014-04-12 22:45:58 +0000
commit196d936e3e0c4fb94e276b9eb6f6d4553b237f42 (patch)
tree33a0e87ca0db9a3390cc9424afceec41a27f16ba /www-servers/varnish/files/varnishd.service
parentVersion bump to 1.8.0. (diff)
downloadhistorical-196d936e3e0c4fb94e276b9eb6f6d4553b237f42.tar.gz
historical-196d936e3e0c4fb94e276b9eb6f6d4553b237f42.tar.bz2
historical-196d936e3e0c4fb94e276b9eb6f6d4553b237f42.zip
Bump to new 4.0 branch
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64 Manifest-Sign-Key: 0xF52D4BBA
Diffstat (limited to 'www-servers/varnish/files/varnishd.service')
-rw-r--r--www-servers/varnish/files/varnishd.service5
1 files changed, 4 insertions, 1 deletions
diff --git a/www-servers/varnish/files/varnishd.service b/www-servers/varnish/files/varnishd.service
index 169206e0714b..a45f1e247839 100644
--- a/www-servers/varnish/files/varnishd.service
+++ b/www-servers/varnish/files/varnishd.service
@@ -7,7 +7,10 @@ Type=forking
LimitNOFILE=32786
LimitMEMLOCK=82000
PIDFile=/var/run/varnishd.pid
-ExecStart=/usr/sbin/varnishd -a 0.0.0.0:80 -f /etc/varnish/default.vcl -P /var/run/varnishd.pid
+ExecStart=/usr/sbin/varnishd -a 0.0.0.0:80 -P /var/run/varnishd.pid
+
+#If you wish to use a config file, then use the following ExecStart line
+#ExecStart=/usr/sbin/varnishd -a 0.0.0.0:80 -f /etc/varnish/default.vcl -P /var/run/varnishd.pid
[Install]
WantedBy=multi-user.target