summarylogtreecommitdiffstats
path: root/runit.install
diff options
context:
space:
mode:
Diffstat (limited to 'runit.install')
-rwxr-xr-xrunit.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/runit.install b/runit.install
new file mode 100755
index 000000000000..3e1183a6a394
--- /dev/null
+++ b/runit.install
@@ -0,0 +1,8 @@
+post_install()
+{
+ if [ ! -e /etc/runit/runsvdir/current ]
+ then
+ echo "create neu current runlevel"
+ ln -s pkg-default /etc/runit/runsvdir/current
+ fi
+}