Files
i2p.plugins.tor-updater/flatpak-daemon.sh

9 lines
544 B
Bash
Raw Permalink Normal View History

2022-07-05 22:35:45 -04:00
#! /usr/bin/env sh
export TOR_MANAGER_CLEARNET_MIRROR=true
export TOR_MANAGER_REQUIRE_PASSWORD=false
export APP_ID=org.i2pgit.idk.i2p.plugins.tor-manager
nohup /app/bin/i2p.plugins.tor-manager -p2p=false -directory=~/.var/app/org.i2pgit.idk.i2p.plugins.tor-manager 2> ~/.var/app/org.i2pgit.idk.i2p.plugins.tor-manager/tor-manager.err.log 1> ~/.var/app/org.i2pgit.idk.i2p.plugins.tor-manager/tor-manager.log &
/app/bin/i2p.plugins.tor-manager \
--p2p=false \
--i2pconfig \
--directory=.var/app/org.i2pgit.idk.i2p.plugins.tor-manager