Index: uspace/cfg/sysman/devman.svc
===================================================================
--- uspace/cfg/sysman/devman.svc	(revision c0e4fc5039e0ff4e03ec378811f135077cecb5ef)
+++ uspace/cfg/sysman/devman.svc	(revision c0e4fc5039e0ff4e03ec378811f135077cecb5ef)
@@ -0,0 +1,7 @@
+[Unit]
+; explicit, NS not instrumented for autostart
+After = logger.svc
+
+[Service]
+ExecStart = /srv/devman
+
Index: uspace/cfg/sysman/fat.svc
===================================================================
--- uspace/cfg/sysman/fat.svc	(revision c0e4fc5039e0ff4e03ec378811f135077cecb5ef)
+++ uspace/cfg/sysman/fat.svc	(revision c0e4fc5039e0ff4e03ec378811f135077cecb5ef)
@@ -0,0 +1,3 @@
+[Service]
+ExecStart = /srv/fat
+
Index: uspace/cfg/sysman/logger.svc
===================================================================
--- uspace/cfg/sysman/logger.svc	(revision c0e4fc5039e0ff4e03ec378811f135077cecb5ef)
+++ uspace/cfg/sysman/logger.svc	(revision c0e4fc5039e0ff4e03ec378811f135077cecb5ef)
@@ -0,0 +1,3 @@
+[Service]
+ExecStart = /srv/logger
+
Index: uspace/cfg/sysman/rootfs.mnt
===================================================================
--- uspace/cfg/sysman/rootfs.mnt	(revision bb154c64b6e4b7d6a2a8e19760b6ae60156847b4)
+++ uspace/cfg/sysman/rootfs.mnt	(revision c0e4fc5039e0ff4e03ec378811f135077cecb5ef)
@@ -1,2 +1,7 @@
+[Unit]
+; explicit, VFS not instrumented for autostart
+After = fat.svc
+
+[Mount]
 What = devices/\hw\pci0\00:01.0\ata-c1\d0
 Where = /root
Index: uspace/cfg/sysman/rootfs.tgt
===================================================================
--- uspace/cfg/sysman/rootfs.tgt	(revision c0e4fc5039e0ff4e03ec378811f135077cecb5ef)
+++ uspace/cfg/sysman/rootfs.tgt	(revision c0e4fc5039e0ff4e03ec378811f135077cecb5ef)
@@ -0,0 +1,2 @@
+[Unit]
+After = rootfs.mnt
