mediaserver: Add mounts to systemd units
This commit is contained in:
parent
d1e13f9244
commit
aeb9727210
2 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
mounts = [ "mnt-media-YTDL.mount" ];
|
||||
in
|
||||
{
|
||||
requires = mounts;
|
||||
requires = lib.mkAfter mounts;
|
||||
after = lib.mkAfter mounts;
|
||||
|
||||
serviceConfig = {
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue