mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
systemd/user: remove proton requirement from ipfs & qbittorrent-nox
This commit is contained in:
parent
c6a75f0962
commit
78635fb586
@ -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
|
||||
|
@ -1,7 +1,5 @@
|
||||
[Unit]
|
||||
Description=A Headless Bittorrent client using rb_libtorrent
|
||||
After=protonvpn-user.service
|
||||
Wants=protonvpn-user.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
Loading…
Reference in New Issue
Block a user