diff --git a/res/base.toml b/res/base.toml
index 63d957ef758910ac91399741dfc52d464a99a81d..2397982df30647e4710e88fc8569c83984d05a32 100644
--- a/res/base.toml
+++ b/res/base.toml
@@ -17,13 +17,10 @@ logd = {}
 netdb = {}
 netstack = {}
 netutils = {}
-nulld = {}
 pkgutils = {}
 ptyd = {}
-randd = {}
 redoxerd = {}
 uutils = {}
-zerod = {}
 
 # User settings
 [users.root]
@@ -37,13 +34,10 @@ home = "/root"
 path = "/etc/init.d/00_base"
 data = """
 stdio debug:
-nulld
-zerod
-randd
 ipcd
 logd
 ptyd
-pcid /etc/pcid/filesystem.toml
+pcid /etc/pcid.d/
 """
 
 [[files]]
diff --git a/res/gui.toml b/res/gui.toml
index a111b2a5ac5ebbf6dda118039b9ab781aa5fba37..7d384a0ba16a1ac81ad8c6c92392b71a6d9c85e5 100644
--- a/res/gui.toml
+++ b/res/gui.toml
@@ -17,15 +17,12 @@ logd = {}
 netdb = {}
 netstack = {}
 netutils = {}
-nulld = {}
 orbdata = {}
 orbital = {}
 pkgutils = {}
 ptyd = {}
-randd = {}
 redoxerd = {}
 uutils = {}
-zerod = {}
 
 # User settings
 [users.root]
@@ -39,13 +36,10 @@ home = "/root"
 path = "/etc/init.d/00_base"
 data = """
 stdio debug:
-nulld
-zerod
-randd
 ipcd
 logd
 ptyd
-pcid /etc/pcid/filesystem.toml
+pcid /etc/pcid.d/
 """
 
 [[files]]