Merge pull request #35405 from tomberek/tinc_chown_invitations

tinc: enable invitations
This commit is contained in:
Franz Pletz 2018-02-23 18:18:52 +00:00 committed by GitHub
commit 2b838f3d4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,6 +178,8 @@ in
preStart = ''
mkdir -p /etc/tinc/${network}/hosts
chown tinc.${network} /etc/tinc/${network}/hosts
mkdir -p /etc/tinc/${network}/invitations
chown tinc.${network} /etc/tinc/${network}/invitations
# Determine how we should generate our keys
if type tinc >/dev/null 2>&1; then