## Copyright (C) 2018 - 2025 ENCRYPTED SUPPORT LLC ## See the file COPYING for copying conditions. #### meta start #### project Whonix #### category tor #### gateway_only yes #### description ## Runs /usr/libexec/anon-gw-anonymizer-config/tor-config-sane which runs ## /usr/libexec/helper-scripts/repair-torrc to repair Tor config files. ## ## Qubes-Whonix. Also runs /usr/lib/qubes-whonix/replace-ips. ## Runs Before=tor.service ## and Before=tor@default.service. #### meta end [Unit] Description=Make Sure Torrc Files Exist Documentation=https://github.com/Whonix/anon-gw-anonymizer-config ConditionPathExists=!/run/qubes/this-is-templatevm ## Sets up network interface 'eth1'. After=qubes-whonix-network.service Before=tor.service Before=tor@default.service PartOf=tor.service PartOf=tor@default.service ReloadPropagatedFrom=tor.service ReloadPropagatedFrom=tor@default.service [Service] Type=oneshot RemainAfterExit=yes ExecStart=/usr/libexec/anon-gw-anonymizer-config/tor-config-sane [Install] WantedBy=multi-user.target