mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 04:29:29 +01:00
systemd/user/ipfs & qbittorrent-nox: ExecStartPre ProtonVPN
This commit is contained in:
parent
f21e22e80f
commit
5266bcdf70
@ -12,6 +12,7 @@ After=network.target
|
||||
# providers triggers netscan detection, risking account termination"
|
||||
|
||||
[Service]
|
||||
ExecStartPre=/usr/bin/sudo -n /usr/bin/protonvpn connect --p2p
|
||||
ExecStart=/home/mikaela/go/bin/ipfs daemon --routing=dht --enable-gc --enable-namesys-pubsub
|
||||
|
||||
# My attempts at explaining flags above + --mount for fuse
|
||||
|
@ -3,6 +3,7 @@ Description=A Headless Bittorrent client using rb_libtorrent
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStartPre=/usr/bin/sudo -n /usr/bin/protonvpn connect --p2p
|
||||
ExecStart=/usr/bin/qbittorrent-nox --webui-port=8081
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user