diff options
Diffstat (limited to 'syslog-ng/post-install')
-rw-r--r-- | syslog-ng/post-install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/syslog-ng/post-install b/syslog-ng/post-install new file mode 100644 index 000000000..701d5ba78 --- /dev/null +++ b/syslog-ng/post-install @@ -0,0 +1,2 @@ +#!/bin/sh +getent group log > /dev/null || /usr/sbin/groupadd -g 39 log |