fixup
This commit is contained in:
parent
c088ea3858
commit
0596da6b35
1 changed files with 2 additions and 4 deletions
|
@ -7,8 +7,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.prowlarr = {
|
systemd.services.prowlarr = {
|
||||||
bindsTo = [ "netns@wg.service" ];
|
bindsTo = [ "wg.service" ];
|
||||||
requires = [ "network-online.target" ];
|
|
||||||
after = lib.mkForce [ "wg.service" ];
|
after = lib.mkForce [ "wg.service" ];
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
@ -18,8 +17,7 @@
|
||||||
|
|
||||||
systemd.services.socat-prowlarr = {
|
systemd.services.socat-prowlarr = {
|
||||||
description = "socat exposes prowlarr";
|
description = "socat exposes prowlarr";
|
||||||
bindsTo = [ "netns@wg.service" ];
|
bindsTo = [ "wg.service" ];
|
||||||
requires = [ "network-online.target" ];
|
|
||||||
after = [ "wg.service" ];
|
after = [ "wg.service" ];
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
|
Loading…
Reference in a new issue