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