mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-30 23:55:23 +02:00
2 lines
122 B
Bash
Executable file
2 lines
122 B
Bash
Executable file
#!/bin/sh
|
|
exec varnishd -a 0.0.0.0:80 -f /etc/varnish/default.vcl -T localhost:6082 -s malloc,64M -u nobody -g nogroup -F
|