commit 4281d2063c5feb7f4e7b576a1e66e84bd2836a88
parent abc15b44174e3802fd0bf620e8a0815a5e7bfe48
Author: Friedel Schon <[email protected]>
Date: Mon, 17 Apr 2023 14:20:10 +0200
round up config
Diffstat:
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/etc/fiss/start b/etc/fiss/start
@@ -22,7 +22,7 @@ else
chmod 0644 /var/log/dmesg.log
fi
-# create files for controlling runit
+# create files for controlling fiss
mkdir -p /run/fiss/log
msg "Initialization complete, running stage 2..."
diff --git a/etc/rc.local b/etc/rc.local
@@ -1,5 +1,5 @@
#!/bin/sh
# Default rc.local for void; add your custom commands here.
#
-# This is run by runit in stage 2 before the services are executed
-# (see /etc/runit/2).
+# This is run by fiss in stage 2 before the services are executed
+# (see /etc/fiss/2).
diff --git a/etc/rc.shutdown b/etc/rc.shutdown
@@ -1,5 +1,5 @@
#!/bin/sh
# Default rc.shutdown for void; add your custom commands here.
#
-# This is run by runit in stage 3 after the services are stopped
-# (see /etc/runit/3).
+# This is run by fiss in stage 3 after the services are stopped
+# (see /etc/fiss/3).