1
0
Fork 0

mediaserver: fixup

This commit is contained in:
Daniel Kempkens 2023-04-15 22:26:41 +02:00
parent 844a8fdac1
commit 451536b556
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 2 additions and 0 deletions

View file

@ -18,6 +18,7 @@
systemd.services.socat-prowlarr = {
description = "socat exposes prowlarr";
bindsTo = [ "wg.service" ];
requires = [ "prowlarr.service" ];
after = [ "wg.service" ];
serviceConfig = {

View file

@ -19,6 +19,7 @@
systemd.services.socat-sabnzbd = {
description = "socat exposes sabnzbd";
bindsTo = [ "wg.service" ];
requires = [ "sabnzbd.service" ];
after = [ "wg.service" ];
serviceConfig = {