浏览代码

Return to restart

Bob Mottram 8 年前
父节点
当前提交
da5504ad59
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-utils-onion

+ 1
- 1
src/freedombone-utils-onion 查看文件

49
 
49
 
50
 function onion_update {
50
 function onion_update {
51
     # update so that new onion services appear
51
     # update so that new onion services appear
52
-    systemctl reload tor
52
+    systemctl restart tor
53
 }
53
 }
54
 
54
 
55
 function wait_for_onion_service_base {
55
 function wait_for_onion_service_base {