1 2 3 4 5 6 7
#!/bin/sh # Copy syslog configuration. install_file -m 0644 /etc/syslog.conf # Restart syslogd. service syslogd restart