1
0
Fork 0

mediaserver: improve socat startup

This commit is contained in:
Daniel Kempkens 2023-04-16 00:39:50 +02:00
parent e755eceadc
commit 3b60163a39
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
3 changed files with 3 additions and 0 deletions

View file

@ -20,6 +20,7 @@
bindsTo = [ "wg.service" ];
requires = [ "prowlarr.service" ];
after = [ "wg.service" ];
wantedBy = [ "multi-user.target" ];
serviceConfig = {
Type = "simple";

View file

@ -21,6 +21,7 @@
bindsTo = [ "wg.service" ];
requires = [ "sabnzbd.service" ];
after = [ "wg.service" ];
wantedBy = [ "multi-user.target" ];
serviceConfig = {
Type = "simple";

View file

@ -22,6 +22,7 @@
bindsTo = [ "wg.service" ];
requires = [ "sonarr.service" ];
after = [ "wg.service" ];
wantedBy = [ "multi-user.target" ];
serviceConfig = {
Type = "simple";