#!/bin/bash

## Copyright (C) 2017 - 2025 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>
## See the file COPYING for copying conditions.

#### meta start
#### project Whonix
#### category networking
#### workstation_only yes
#### description
## <code>/usr/sbin/tor</code> simply executes <code>/usr/bin/tor</code>.
#### meta end

exec /usr/bin/tor
