summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rw-r--r--functions11
1 files changed, 1 insertions, 10 deletions
diff --git a/functions b/functions
index a168c7f..55815d6 100644
--- a/functions
+++ b/functions
@@ -229,15 +229,6 @@ start_daemon() {
have_daemon "$1" && /etc/rc.d/"$1" start
}
-# Never use this function, it causes daemons to be stoped in the wrong order.
-# The only way to start a daemon at boot is to add it to the DAEMONS array.
-ck_depends() {
- local daemon
- for daemon; do
- ck_daemon "$daemon" && start_daemon "$daemon"
- done
-}
-
start_daemon_bkgd() {
stat_bkgd "Starting $1"
(start_daemon "$1") >/dev/null &
@@ -589,7 +580,7 @@ umount_all() {
}
remove_leftover() {
- status -v 'Removing Leftover Files' systemd-tmpfiles --create --remove
+ status -v 'Removing Leftover Files' systemd-tmpfiles --create --remove --clean
}
bootlogd_stop() {