summaryrefslogtreecommitdiff
path: root/postinst-runit
diff options
context:
space:
mode:
Diffstat (limited to 'postinst-runit')
-rw-r--r--postinst-runit6
1 files changed, 2 insertions, 4 deletions
diff --git a/postinst-runit b/postinst-runit
index 8b09a95..7c21f0e 100644
--- a/postinst-runit
+++ b/postinst-runit
@@ -16,7 +16,5 @@ restart installation.
16EOF 16EOF
17 exit 1 17 exit 1
18fi 18fi
19ln -s '/etc/sv/#NAME#' "$SV_DIR/" 19ln -sf '/etc/sv/#NAME#' "$SV_DIR/"
20 20mkdir -p /var/lib/runit/supervise/#NAME#
21
22