mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
lcr: fix logfile in initskript.
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
case "${1}" in
|
case "${1}" in
|
||||||
start)
|
start)
|
||||||
boot_mesg "Starting Linux Call Router..."
|
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
|
evaluate_retval
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user