aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/runit/runit/0008-emulate-sysv-runlevel-5.patch
blob: 0d370c8fe762f6437fe833e51b79712e68fd4b4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Emulalate sysv runlevel 5 by default
 Currently, not many daemons in Debian provides proper runscripts, so
 if user switches to runit, she will on next reboot, that none of daemons,
 including essential, like cron, are started.
 .
 This patch starts them in sysv-init style -- unmanaged, in background.
 It is sub-par solution, but allows one-by-one transition.
Author: Dmitry Bogatov
Forwarded: not-needed
Last-Update: 2016-06-09
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/runit-2.1.2/etc/debian/1
+++ b/runit-2.1.2/etc/debian/1
@@ -8,3 +8,5 @@ PATH=/command:/sbin:/bin:/usr/sbin:/usr/
 
 touch /run/runit.stopit
 chmod 0 /run/runit.stopit
+
+[ -e /etc/runit/no-emulate-sysv ] || /etc/init.d/rc 5