8 lines
96 B
Text
8 lines
96 B
Text
|
#!/bin/sh
|
||
|
|
||
|
if test -f ./setup; then
|
||
|
source ./setup
|
||
|
fi
|
||
|
|
||
|
exec gosu root /sbin/syslogd -nS -O-
|