recover ownership

This commit is contained in:
f 2019-09-27 17:20:33 -03:00
parent cd03d72e34
commit dfcb68260d
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D

View file

@ -4,5 +4,7 @@ pid=/tmp/opendkim.pid
case $1 in
stop) cat ${pid} | xargs kill ;;
*) /usr/sbin/opendkim ;;
*)
chown -R opendkim:opendkim /etc/opendkim
/usr/sbin/opendkim ;;
esac