thelonelycoder
Part of the Furniture
To elaborate, I was on my mobile earlier and I hate to use the phone to type...Jun 4 21:07:14 admin: Started pixelserv-tls (AB-Solution) from .
That line is sent to logfile from /opt/etc/init.d/rc.func, line 42:
Code:
logger "Started $DESC from $CALLER."
S10.. would run before S20..
The $DESC variable is from the /opt/etc/init.d/S80pixelserv-tls, which is itself built from two variables:
Code:
PROCS=pixelserv-tls
DESC="$PROCS (AB-Solution)"
As in ./ab-solution.sh this translates to: run this file from the current working directory. In this case it is /home/root/, the admin/root $HOME directory on Asuswrt.
Edit: I am wrong with the $CALLER. This variable is undefined and it simply prints the dot in the logger line $CALLER. It omits the variable.
Last edited: