fixup
This commit is contained in:
parent
65296cf6c1
commit
a06d5d2e43
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue