recover ownership
This commit is contained in:
parent
cd03d72e34
commit
dfcb68260d
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue