瀏覽代碼

systemd coddling

Bob Mottram 8 年之前
父節點
當前提交
c24b2e2dcf
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      src/freedombone-app-tahoelafs

+ 2
- 0
src/freedombone-app-tahoelafs 查看文件

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