This commit is contained in:
parent
b563db7d68
commit
d321a52fe6
2 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
systemd.services.audiobookshelf = {
|
||||
after = ["mnt.mount"];
|
||||
bindsTo = ["mnt.mount"];
|
||||
requires = ["mnt.mount"];
|
||||
};
|
||||
|
||||
services.traefik.dynamicConfigOptions.http = {
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
systemd.services.navidrome = {
|
||||
after = ["mnt.mount"];
|
||||
bindsTo = ["mnt.mount"];
|
||||
requires = ["mnt.mount"];
|
||||
};
|
||||
|
||||
services.traefik.dynamicConfigOptions.http = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue