diff options
Diffstat (limited to 'www-servers/varnish/files/varnishd.service')
-rw-r--r-- | www-servers/varnish/files/varnishd.service | 5 |
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 |