4 lines
44 B
Plaintext
4 lines
44 B
Plaintext
|
#!/bin/sh
|
||
|
exec 2>&1
|
||
|
exec busybox syslogd -n
|