mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-02 00:25:11 +02:00
10 lines
283 B
Desktop File
10 lines
283 B
Desktop File
[Unit]
|
|
Description=Web Application Accelerator
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/varnishd -a 0.0.0.0:80 -f /etc/varnish/default.vcl -T localhost:6082 -s malloc,64M -u nobody -g nogroup -F
|
|
ExecReload=/usr/bin/varnish-vcl-reload
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|