5 lines
87 B
Bash
5 lines
87 B
Bash
#!/bin/sh -e
|
|
[ -r ./conf ] && . ./conf
|
|
/usr/sbin/syslogd -F ${SYSLOGD}
|
|
exec pause 2>&1
|