Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion torctl
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,9 @@ apply_sysctl_rules() {
start() {
# check if started
if is_started; then
err "torctl is already started"
# err "torctl is already started"
# Fix torctl-autostart error 'already started'
stop
fi

# backup torrc
Expand Down