mediaserver: fixup
This commit is contained in:
parent
844a8fdac1
commit
451536b556
2 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
systemd.services.socat-prowlarr = {
|
||||
description = "socat exposes prowlarr";
|
||||
bindsTo = [ "wg.service" ];
|
||||
requires = [ "prowlarr.service" ];
|
||||
after = [ "wg.service" ];
|
||||
|
||||
serviceConfig = {
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
systemd.services.socat-sabnzbd = {
|
||||
description = "socat exposes sabnzbd";
|
||||
bindsTo = [ "wg.service" ];
|
||||
requires = [ "sabnzbd.service" ];
|
||||
after = [ "wg.service" ];
|
||||
|
||||
serviceConfig = {
|
||||
|
|
Loading…
Reference in a new issue