Browse Source

Merge pull request #14372 from ojura/patch-1

Systemd: wait for mounting of local filesystems
adaptive-webui-19844
Mike Tzou 4 years ago committed by GitHub
parent
commit
8233f60569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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