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 = {
|
systemd.services.socat-prowlarr = {
|
||||||
description = "socat exposes prowlarr";
|
description = "socat exposes prowlarr";
|
||||||
bindsTo = [ "wg.service" ];
|
bindsTo = [ "wg.service" ];
|
||||||
|
requires = [ "prowlarr.service" ];
|
||||||
after = [ "wg.service" ];
|
after = [ "wg.service" ];
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
systemd.services.socat-sabnzbd = {
|
systemd.services.socat-sabnzbd = {
|
||||||
description = "socat exposes sabnzbd";
|
description = "socat exposes sabnzbd";
|
||||||
bindsTo = [ "wg.service" ];
|
bindsTo = [ "wg.service" ];
|
||||||
|
requires = [ "sabnzbd.service" ];
|
||||||
after = [ "wg.service" ];
|
after = [ "wg.service" ];
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
|
Loading…
Reference in a new issue