Create UNIX socket at the same time as the PID file is created.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 18 Aug 2013 15:02:49 +0000 (17:02 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 18 Aug 2013 15:02:49 +0000 (17:02 +0200)
The PID file was created before tinc-up was called, but the UNIX socket was
created afterwards, which meant one could not change the UNIX socket's owner or
permissions from the tinc-up script.


No differences found