From 78635fb5868d82f7d1d2fd91969a6d13ab597682 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 4 May 2021 18:01:18 +0300 Subject: [PATCH] systemd/user: remove proton requirement from ipfs & qbittorrent-nox --- conf/systemd/user/ipfs.service | 3 +-- conf/systemd/user/qbittorrent-nox.service | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/conf/systemd/user/ipfs.service b/conf/systemd/user/ipfs.service index 0eaa683b..6ed1e2ce 100644 --- a/conf/systemd/user/ipfs.service +++ b/conf/systemd/user/ipfs.service @@ -1,7 +1,6 @@ [Unit] Description=IPFS daemon -After=network.target protonvpn-user.service -Wants=protonvpn-user.service +After=network.target # IMPORTANT! If you are running on a VPS/dedicated/similar # `ipfs init --profile=server` or immediately after setting it up diff --git a/conf/systemd/user/qbittorrent-nox.service b/conf/systemd/user/qbittorrent-nox.service index 11cefb58..741dc495 100644 --- a/conf/systemd/user/qbittorrent-nox.service +++ b/conf/systemd/user/qbittorrent-nox.service @@ -1,7 +1,5 @@ [Unit] Description=A Headless Bittorrent client using rb_libtorrent -After=protonvpn-user.service -Wants=protonvpn-user.service [Service] Type=simple