From d53a1d14125fb9fd3fafe8abf559e86384a9a3c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20Or=C5=A1uli=C4=87?= Date: Tue, 9 Feb 2021 16:13:00 +0100 Subject: [PATCH] Systemd: wait for mounting of local filesystems --- dist/unix/systemd/qbittorrent-nox@.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/unix/systemd/qbittorrent-nox@.service.in b/dist/unix/systemd/qbittorrent-nox@.service.in index 3d1d54ec5..283a88b50 100644 --- a/dist/unix/systemd/qbittorrent-nox@.service.in +++ b/dist/unix/systemd/qbittorrent-nox@.service.in @@ -2,7 +2,7 @@ Description=qBittorrent-nox service for user %I Documentation=man:qbittorrent-nox(1) Wants=network-online.target -After=network-online.target nss-lookup.target +After=local-fs.target network-online.target nss-lookup.target [Service] Type=simple