Ver código fonte

Return to restart

Bob Mottram 8 anos atrás
pai
commit
da5504ad59
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/freedombone-utils-onion

+ 1
- 1
src/freedombone-utils-onion Ver arquivo

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 {