Skip to content

Commit 4bfe952

Browse files
committed
Revise init script in relation to to start/stop
1 parent 16d4998 commit 4bfe952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debian/tor2web.init

+2-2
Original file line numberDiff line numberDiff line change
@@ -176,14 +176,14 @@ do_t2w_status()
176176

177177
do_start()
178178
{
179-
/etc/init.d/tor start
179+
/etc/init.d/tor start &
180180
do_t2w_start
181181
}
182182

183183
do_stop()
184184
{
185185
do_t2w_stop
186-
/etc/init.d/tor stop
186+
/etc/init.d/tor stop &
187187
}
188188

189189
do_reload()

0 commit comments

Comments
 (0)