]> err.no Git - systemd-rc/commitdiff
Patchy fixup, since debian doesn't really have a sysinit service master
authorTollef Fog Heen <tfheen@err.no>
Sun, 2 May 2010 16:49:04 +0000 (18:49 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sun, 2 May 2010 16:49:04 +0000 (18:49 +0200)
sysinit.service

index d21cd1775063805f0b119992510d1590a7c28409..397dda8766c0f61cf828ed722cd5dc6406f21a38 100644 (file)
@@ -1,9 +1,10 @@
 [Unit]
 Description=System Initialization
+Requires=mountkernfs.service checkroot.service
 
 [Service]
-ExecStart=/etc/rc.d/rc.sysinit
-Type=forking
+ExecStart=/bin/true
+Type=finish
 TimeoutSec=0
 StandardInput=tty
 ValidNoProcess=yes