#!/bin/bash

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

#### meta start
#### project Whonix
#### category tor and usability
#### gateway_only yes
#### description
## wrapper to restart Tor
#### meta end

set -x

cat /etc/motd

leaprun restart-tor

leaprun tor-status

true "$?"

true "Feel free to close this window."

sleep 86400
