Changes between Version 67 and Version 68 of SettingUpBuildslave


Ignore:
Timestamp:
09/23/16 08:59:29 (8 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SettingUpBuildslave

    v67 v68  
    8080== Starting OpenVPN ==
    8181
    82 Non-systemd distros typically blindly launch connections for every ''.conf'' file they find under ''/etc/openvpn'', at boot-time. Launching the VPN connection is as simple as
     82Non-systemd distros typically blindly launch connections for every ''.conf'' file they find under ''/etc/openvpn'' at boot-time. Launching the VPN connection manually is as simple as
    8383
    8484{{{
     
    8686}}}
    8787
    88 You will only need to do extra hacking if you have conflicting VPN configuration (e.g. overlapping routes).
    89 
    90 Systemd distros will not automatically start VPN connection without a bit of trickery:
    91 
    92 {{{
    93 $ ln -s /etc/systemd/system/multi-user.target.wants/openvpn@$buildslave.service /usr/lib/systemd/system/openvpn@.service
    94 }}}
    95 
    96 Launching the VPN connection on systemd distros is fairly straightforward:
     88Systemd distros will not automatically start any single VPN connection without a bit of trickery:
     89
     90{{{
     91$ ln -s /etc/systemd/system/multi-user.target.wants/openvpn@buildslave.service /usr/lib/systemd/system/openvpn@.service
     92}}}
     93
     94Launching a VPN connection on systemd distros is fairly straightforward:
    9795
    9896{{{