Hot fix for console and system calls locking

pull/1534/head
Signor Pellegrino 2024-08-21 02:33:19 +03:00 committed by GitHub
parent 7a82661cab
commit 1bf4fd84f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ for i in /etc/init.d/S??*; do
[ ! -f "$i" ] && continue [ ! -f "$i" ] && continue
case "$i" in case "$i" in
*) *)
$i start | logger -s $i start
;; ;;
esac esac
done done