master
Andy 5 years ago
parent f59f6c9809
commit 874c9bc498
Signed by: arno
GPG Key ID: 9076D5E6B31AE99C

@ -1,6 +1,7 @@
#!/bin/sh #!/bin/sh
echo "${PWD##*/}: started." echo "${PWD##*/}: started."
set -x
mkdir /var/run/opendkim mkdir /var/run/opendkim
chown -Rh opendkim:opendkim -- /etc/opendkim /var/run/opendkim chown -Rh opendkim:opendkim -- /etc/opendkim /var/run/opendkim
#exec su -s /bin/sh opendkim -c "/usr/sbin/opendkim -f -x /etc/opendkim/opendkim.conf -u opendkim -P /var/run/opendkim/opendkim.pid" 2>&1 #exec su -s /bin/sh opendkim -c "/usr/sbin/opendkim -f -x /etc/opendkim/opendkim.conf -u opendkim -P /var/run/opendkim/opendkim.pid" 2>&1

Loading…
Cancel
Save