7 lines
74 B
Bash
7 lines
74 B
Bash
#!/bin/bash
|
|
|
|
chgrp syslog /var/logs
|
|
chmod g+w /var/logs
|
|
|
|
exec rsyslogd -n
|