diff options
Diffstat (limited to 'rc.single')
-rwxr-xr-x | rc.single | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -54,5 +54,9 @@ if [[ $RUNLEVEL = 1 ]]; then exec /sbin/init -t1 S fi +/bin/touch /var/log/boot +kill `/bin/cat /run/bootlogd.pid` +/bin/rm /run/bootlogd.pid + # End of file # vim: set ts=2 sw=2 noet: |