1
0
Fork 0
This commit is contained in:
Daniel Kempkens 2023-04-15 00:31:56 +02:00
parent 65296cf6c1
commit a06d5d2e43
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -19,8 +19,8 @@
systemd.services.socat-prowlarr = {
description = "socat exposes prowlarr";
bindsTo = [ "netns@wg.service" ];
after = [ "network.target" "wg.service" ];
wantedBy = [ "multi-user.target" ];
requires = [ "network-online.target" ];
after = [ "wg.service" ];
serviceConfig = {
Type = "simple";