X-Git-Url: https://git.syn-net.org/debian/?p=anytun.git;a=blobdiff_plain;f=README;h=8eb9c3bed418ec79bb39004c61fb374c1febbcae;hp=09f16927dfa3e8eaf44e7940d44f0c2e5cff572a;hb=91d2dadab8997ae23442f77dd28db9fa3aee1e7c;hpb=65944fb7a518dc659bacaf80cf235a0352fc6a7e diff --git a/README b/README index 09f1692..8eb9c3b 100644 --- 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: =======