From f4ab345fd51a86db9eccc7231bdd16db375ea2d0 Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Wed, 31 Aug 2016 14:02:13 +0300 Subject: Do not create /etc/runit/runsvdir/default directory. Instead, it is provided by runit binary package. It saved us trouble of ensuring, that directory is removed at apporiate time. --- postinst-runit | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'postinst-runit') diff --git a/postinst-runit b/postinst-runit index 8b5887c..44b062e 100644 --- a/postinst-runit +++ b/postinst-runit @@ -1,2 +1 @@ -SV_DEFAULT=/etc/runit/runsvdir/default -ln -sf '/etc/sv/#NAME#' "$SV_DEFAULT" +ln -sf '/etc/sv/#NAME#' /etc/runit/runsvdir/default -- cgit v1.2.3