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