Change directory user to reflect the config
This commit is contained in:
parent
add5ac221b
commit
1d7c0fa76a
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
grep -qi ^UserID /etc/opendkim/opendkim.conf &&
|
||||
chown $(grep -i ^UserID /etc/opendkim/opendkim.conf | awk '{ print $2 }') /var/run/opendkim
|
||||
|
||||
ln -sf /proc/1/fd/1 /var/log/messages
|
||||
|
||||
syslogd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue