softether: 4.25 -> 4.29 (#60665)

* softether: 4.25 -> 4.29

* softether_4_29: restrict to x86_64-linux
Does not build on aarch64 because of upstream "-m64" compile flag
This commit is contained in:
Hsiang-Cheng Yang
2019-05-02 19:38:37 +02:00
committed by Renaud
parent 7689c69813
commit e775587d63
5 changed files with 42 additions and 109 deletions
@@ -70,6 +70,8 @@ in
systemd.services."softether-init" = {
description = "SoftEther VPN services initial task";
after = [ "keys.target" ];
wants = [ "keys.target" ];
wantedBy = [ "network.target" ];
serviceConfig = {
Type = "oneshot";