mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 11:35:54 +02:00
lcr: fix logfile in initskript.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
case "${1}" in
|
||||
start)
|
||||
boot_mesg "Starting Linux Call Router..."
|
||||
nice --10 /usr/sbin/lcr fork >> /var/log/lcr 2>&1
|
||||
nice --10 /usr/sbin/lcr fork >> /var/log/lcr/console.log 2>&1
|
||||
evaluate_retval
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user