scripts

misc scripts and tools
git clone git://git.2f30.org/scripts
Log | Files | Refs

commit 08eb04485da8350006d45a76cf8e58d7c73bb9dc
parent bd99be98283684f05340b81dfbf04cb375d14087
Author: sin <sin@2f30.org>
Date:   Thu, 31 Dec 2015 15:35:07 +0000

Add commands for adjusting ownership

Diffstat:
M2f30-vpn | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/2f30-vpn b/2f30-vpn @@ -73,7 +73,9 @@ EOF echo echo "Configuration complete. Move $basedir to /etc/tinc" -echo and adjust permissions and ownership as needed. +echo and adjust ownership: +echo +echo chown -R root:_tinc /etc/tinc/2f30 echo echo To automatically start tincd on boot, your /etc/rc.conf.local echo needs to be adjusted: