From 21ef0a151e8f0516bce5679fcb01dfbb24fd4c8f Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 8 Jul 2014 14:50:52 +0200 Subject: New service: unbound --- services/unbound/run | 2 ++ services/unbound/supervise | 1 + 2 files changed, 3 insertions(+) create mode 100755 services/unbound/run create mode 120000 services/unbound/supervise diff --git a/services/unbound/run b/services/unbound/run new file mode 100755 index 0000000..b42a607 --- /dev/null +++ b/services/unbound/run @@ -0,0 +1,2 @@ +#!/bin/sh +exec unbound -d diff --git a/services/unbound/supervise b/services/unbound/supervise new file mode 120000 index 0000000..e694870 --- /dev/null +++ b/services/unbound/supervise @@ -0,0 +1 @@ +/run/runit/supervise.unbound \ No newline at end of file -- cgit 1.4.1