3 lines
88 B
Bash
3 lines
88 B
Bash
#!/bin/sh
|
|
# start syslogd first with -n (to prevent backgrounding)
|
|
exec syslogd -n 2>&1
|