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