mediaserver: improve socat startup
This commit is contained in:
parent
e755eceadc
commit
3b60163a39
3 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
bindsTo = [ "wg.service" ];
|
||||
requires = [ "prowlarr.service" ];
|
||||
after = [ "wg.service" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
bindsTo = [ "wg.service" ];
|
||||
requires = [ "sabnzbd.service" ];
|
||||
after = [ "wg.service" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
bindsTo = [ "wg.service" ];
|
||||
requires = [ "sonarr.service" ];
|
||||
after = [ "wg.service" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
|
|
Loading…
Reference in a new issue