mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 04:49:47 -07:00
Merge pull request #14372 from ojura/patch-1
Systemd: wait for mounting of local filesystems
This commit is contained in:
commit
8233f60569
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
Description=qBittorrent-nox service for user %I
|
Description=qBittorrent-nox service for user %I
|
||||||
Documentation=man:qbittorrent-nox(1)
|
Documentation=man:qbittorrent-nox(1)
|
||||||
Wants=network-online.target
|
Wants=network-online.target
|
||||||
After=network-online.target nss-lookup.target
|
After=local-fs.target network-online.target nss-lookup.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue