4 lines
65 B
Plaintext
4 lines
65 B
Plaintext
|
#!/bin/sh
|
||
|
touch /var/log/maillog
|
||
|
exec /usr/sbin/rsyslogd -n 2>&1
|