···178 preStart = ''
179 mkdir -p /etc/tinc/${network}/hosts
180 chown tinc.${network} /etc/tinc/${network}/hosts
00181182 # Determine how we should generate our keys
183 if type tinc >/dev/null 2>&1; then
···178 preStart = ''
179 mkdir -p /etc/tinc/${network}/hosts
180 chown tinc.${network} /etc/tinc/${network}/hosts
181+ mkdir -p /etc/tinc/${network}/invitations
182+ chown tinc.${network} /etc/tinc/${network}/invitations
183184 # Determine how we should generate our keys
185 if type tinc >/dev/null 2>&1; then