1
0
Fork 0

mediaserver: Add mounts to systemd units

This commit is contained in:
Daniel Kempkens 2023-04-28 00:18:37 +02:00
parent d1e13f9244
commit aeb9727210
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 1 additions and 1 deletions

View file

@ -40,7 +40,7 @@
mounts = [ "mnt-media-YTDL.mount" ];
in
{
requires = mounts;
requires = lib.mkAfter mounts;
after = lib.mkAfter mounts;
serviceConfig = {