diff options
-rwxr-xr-x | services/varnish/run | 2 | ||||
l--------- | services/varnish/supervise | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/services/varnish/run b/services/varnish/run new file mode 100755 index 0000000..8080615 --- /dev/null +++ b/services/varnish/run @@ -0,0 +1,2 @@ +#!/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 diff --git a/services/varnish/supervise b/services/varnish/supervise new file mode 120000 index 0000000..bd3f2e2 --- /dev/null +++ b/services/varnish/supervise @@ -0,0 +1 @@ +/run/runit/supervise.varnish \ No newline at end of file |