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 = {
|
systemd.services.socat-prowlarr = {
|
||||||
description = "socat exposes prowlarr";
|
description = "socat exposes prowlarr";
|
||||||
bindsTo = [ "netns@wg.service" ];
|
bindsTo = [ "netns@wg.service" ];
|
||||||
after = [ "network.target" "wg.service" ];
|
requires = [ "network-online.target" ];
|
||||||
wantedBy = [ "multi-user.target" ];
|
after = [ "wg.service" ];
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
|
|
Loading…
Reference in a new issue