more logging in daemon.bash
This commit is contained in:
parent
89e8fd5104
commit
bd814607da
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
source "${BASH_SOURCE%/*}/daemon/common.bash"
|
source "${BASH_SOURCE%/*}/daemon/common.bash"
|
||||||
|
|
||||||
|
echo "PATH: $PATH"
|
||||||
|
|
||||||
trap 'trap - SIGTERM && kill 0' SIGTERM SIGINT EXIT
|
trap 'trap - SIGTERM && kill 0' SIGTERM SIGINT EXIT
|
||||||
|
|
||||||
rm -f $reload_fifo
|
rm -f $reload_fifo
|
||||||
|
|
Loading…
Reference in a new issue