FIX: rsyslog uses `adm` group now (#625)

`syslog` group doesn't exist anymore and:

```
# grep -i 'group' /etc/rsyslog.conf
$FileGroup adm
```
This commit is contained in:
Jarek Radosz 2022-04-29 20:28:47 +02:00 committed by GitHub
parent 0ea4ee497f
commit 1e1571e370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
exec 2>&1
cd /
chgrp syslog /var/log
chgrp adm /var/log
chmod g+w /var/log
rm -f /var/run/rsyslogd.pid
exec rsyslogd -n