rcS: use /tmp/_boot.log as temporary boot log

This commit is contained in:
Calin Crisan 2017-08-06 12:36:04 +03:00
parent 217053f76f
commit 5e776bee93

View File

@ -1,7 +1,7 @@
#!/bin/sh
boot_log=/var/log/boot.log
tmp_boot_log=/tmp/boot.log
tmp_boot_log=/tmp/_boot.log
pid_file=/tmp/rc.pid
source /etc/init.d/base