Browse Source

Order qbittorrent-nox@.service after network-online.target

This ensures that qbittorrent-nox doesn't start while the network is not up yet.
adaptive-webui-19844
nl6720 5 years ago
parent
commit
a40d490b76
  1. 4
      dist/unix/systemd/qbittorrent-nox@.service.in

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

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
[Unit]
Description=qBittorrenti-nox service for user %I
Documentation=man:qbittorrent-nox(1)
After=network.target
Wants=network-online.target
After=network-online.target nss-lookup.target
[Service]
Type=simple

Loading…
Cancel
Save