Document how to enable tinc at boot time using systemd.
[oweals/tinc.git] / doc / sample-config / tinc.conf
index f5f0aa6369237ea77b28d07417a0cba3a24d7557..70817644b15ae9a44d07688913c2c9647b967256 100644 (file)
@@ -15,11 +15,8 @@ Name = alpha
 # May be used multiple times for redundance.
 ConnectTo = beta
 
-# The tap device tinc will use. Required.
-# Default is /dev/tap0 for ethertap or FreeBSD,
-# /dev/tun0 for Solaris and OpenBSD,
-# and /dev/misc/net/tun for Linux tun/tap device.
-Device = /dev/misc/net/tun
-
-# The file in which the private key for this host is stored. Required.
-PrivateKeyFile = /etc/tinc/example/rsa_key.priv
+# The tap device tinc will use.
+# /dev/tap0 for ethertap, FreeBSD or OpenBSD
+# /dev/tun0 for Solaris
+# /dev/net/tun for Linux tun/tap
+Device = /dev/net/tun