ma wireguard/server: remove restart logic

This commit is contained in:
makefu 2020-11-18 21:09:11 +01:00
parent 245e5f5422
commit ed8f5b65c8
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -56,8 +56,4 @@ in { # wireguard server
};
# TODO: this issue is related to the router which connects to the host but is
# unable to re-connect once restarted
systemd.services.wireguard-wg0.serviceConfig = {
Restart = "always";
RuntimeMaxSec = "12h";
};
}