mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19: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]
|
[Unit]
|
||||||
Description=IPFS daemon
|
Description=IPFS daemon
|
||||||
After=network.target protonvpn-user.service
|
After=network.target
|
||||||
Wants=protonvpn-user.service
|
|
||||||
|
|
||||||
# IMPORTANT! If you are running on a VPS/dedicated/similar
|
# IMPORTANT! If you are running on a VPS/dedicated/similar
|
||||||
# `ipfs init --profile=server` or immediately after setting it up
|
# `ipfs init --profile=server` or immediately after setting it up
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=A Headless Bittorrent client using rb_libtorrent
|
Description=A Headless Bittorrent client using rb_libtorrent
|
||||||
After=protonvpn-user.service
|
|
||||||
Wants=protonvpn-user.service
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
Loading…
Reference in New Issue
Block a user