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 = {
|
systemd.services.audiobookshelf = {
|
||||||
after = ["mnt.mount"];
|
after = ["mnt.mount"];
|
||||||
bindsTo = ["mnt.mount"];
|
bindsTo = ["mnt.mount"];
|
||||||
|
requires = ["mnt.mount"];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.traefik.dynamicConfigOptions.http = {
|
services.traefik.dynamicConfigOptions.http = {
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@
|
||||||
systemd.services.navidrome = {
|
systemd.services.navidrome = {
|
||||||
after = ["mnt.mount"];
|
after = ["mnt.mount"];
|
||||||
bindsTo = ["mnt.mount"];
|
bindsTo = ["mnt.mount"];
|
||||||
|
requires = ["mnt.mount"];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.traefik.dynamicConfigOptions.http = {
|
services.traefik.dynamicConfigOptions.http = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue