New upstream version 0.3.6
[anytun.git] / README
diff --git a/README b/README
index 09f1692..8eb9c3b 100644 (file)
--- a/README
+++ b/README
@@ -102,10 +102,10 @@ Windows
 Installation
 ============
 
-Getting the source via subversion:
-----------------------------------
+Getting the source via GIT:
+---------------------------
 
-svn co http://svn.anytun.org/anytun/trunk anytun
+git clone https://git.spreadspace.org/anytun/anytun.git
 cd anytun
 
 Building from source
@@ -182,6 +182,18 @@ of instance names which should be used when no names are specified at the comman
 line. One line for each name. Empty lines and lines starting with # are ignored.
 
 
+systemd usage
+-------------
+
+Using the provided service units, anytun can now be started and managed via Systemd.
+As with the init.d script, each VPN or anytun instance, identified by it's $vpnname,
+ needs it's own configuration subdirectory. E.g.:  ${PREFIX}/etc/anytun/${vpnname}/.
+For each such CLIENT instance, use the following command to enable it:
+
+# systemctl enable anytun@${vpnname}.service
+
+Manually start and stop instances by replacing enable with start or stop.
+
 
 Errors:
 =======