1
0
Fork 0
This commit is contained in:
Daniel Kempkens 2023-04-15 00:52:07 +02:00
parent c088ea3858
commit 0596da6b35
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -7,8 +7,7 @@
};
systemd.services.prowlarr = {
bindsTo = [ "netns@wg.service" ];
requires = [ "network-online.target" ];
bindsTo = [ "wg.service" ];
after = lib.mkForce [ "wg.service" ];
serviceConfig = {
@ -18,8 +17,7 @@
systemd.services.socat-prowlarr = {
description = "socat exposes prowlarr";
bindsTo = [ "netns@wg.service" ];
requires = [ "network-online.target" ];
bindsTo = [ "wg.service" ];
after = [ "wg.service" ];
serviceConfig = {