projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ea4ee4
)
FIX: rsyslog uses `adm` group now (#625)
author
Jarek Radosz
<jradosz@gmail.com>
Fri, 29 Apr 2022 18:28:47 +0000
(20:28 +0200)
committer
GitHub
<noreply@github.com>
Fri, 29 Apr 2022 18:28:47 +0000
(20:28 +0200)
`syslog` group doesn't exist anymore and:
```
# grep -i 'group' /etc/rsyslog.conf
$FileGroup adm
```
image/base/etc/service/rsyslog/run
patch
|
blob
|
blame
|
history
diff --git
a/image/base/etc/service/rsyslog/run
b/image/base/etc/service/rsyslog/run
index ecc41d43d1677cebc1b954a1d0ca39643994adde..3262e9de1bbe219cf8ed70ccc646a9c790084a14 100755
(executable)
--- a/
image/base/etc/service/rsyslog/run
+++ b/
image/base/etc/service/rsyslog/run
@@
-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