diff options
Diffstat (limited to 'network/tor/rc.tor')
-rw-r--r-- | network/tor/rc.tor | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/tor/rc.tor b/network/tor/rc.tor index b54dbdf118..11daf8a95a 100644 --- a/network/tor/rc.tor +++ b/network/tor/rc.tor @@ -106,7 +106,7 @@ case "$1" in restart) tor_stop - sleep 1 + sleep 3 tor_start ;; |