Browse Source

Systemd: wait for mounting of local filesystems

adaptive-webui-19844
Juraj Oršulić 4 years ago
parent
commit
d53a1d1412
  1. 2
      dist/unix/systemd/qbittorrent-nox@.service.in

2
dist/unix/systemd/qbittorrent-nox@.service.in vendored

@ -2,7 +2,7 @@ @@ -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

Loading…
Cancel
Save