daemonize requires the full path
This commit is contained in:
parent
e38f6a1fe6
commit
9f2673b4e1
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
#
|
#
|
||||||
# LOGGER="-t program" syslogize program -o -p --tions argu ments
|
# LOGGER="-t program" syslogize program -o -p --tions argu ments
|
||||||
#
|
#
|
||||||
# daemonize syslogize program
|
# daemonize /usr/local/bin/syslogize program
|
||||||
|
|
||||||
if test $# -eq 0 ; then
|
if test $# -eq 0 ; then
|
||||||
grep "^#" $0 | grep -v /bin/sh | sed -re "s/^#\s*//" >&2
|
grep "^#" $0 | grep -v /bin/sh | sed -re "s/^#\s*//" >&2
|
||||||
|
|
Loading…
Reference in a new issue