Selaa lähdekoodia

Restart tor after tahoelafs install

Bob Mottram 8 vuotta sitten
vanhempi
commit
a290548c1a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/freedombone-app-tahoelafs

+ 1
- 1
src/freedombone-app-tahoelafs Näytä tiedosto

@@ -692,7 +692,7 @@ function install_tahoelafs {
692 692
     set_completion_param "tahoelafs onion domain" "$TAHOELAFS_ONION_HOSTNAME"
693 693
 
694 694
     create_tahoelafs_web
695
-    systemctl reload tor
695
+    systemctl restart tor
696 696
     APP_INSTALLED=1
697 697
 }
698 698