Selaa lähdekoodia

systemd coddling

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

+ 2
- 0
src/freedombone-app-tahoelafs Näytä tiedosto

356
     systemctl stop tahoelafs-storage
356
     systemctl stop tahoelafs-storage
357
     systemctl disable tahoelafs-storage
357
     systemctl disable tahoelafs-storage
358
     rm /etc/systemd/system/tahoelafs-storage.service
358
     rm /etc/systemd/system/tahoelafs-storage.service
359
+    systemctl daemon-reload
359
 
360
 
360
     systemctl stop tahoelafs-client
361
     systemctl stop tahoelafs-client
361
     systemctl disable tahoelafs-client
362
     systemctl disable tahoelafs-client
362
     rm /etc/systemd/system/tahoelafs-client.service
363
     rm /etc/systemd/system/tahoelafs-client.service
364
+    systemctl daemon-reload
363
 
365
 
364
     pip uninstall tahoe-lafs[tor]
366
     pip uninstall tahoe-lafs[tor]
365
     apt-get -yq remove tahoe-lafs
367
     apt-get -yq remove tahoe-lafs