systemd coddling

This commit is contained in:
Bob Mottram 2017-06-10 21:22:54 +01:00
parent 427f11049a
commit c24b2e2dcf
1 changed files with 2 additions and 0 deletions

View File

@ -356,10 +356,12 @@ function remove_tahoelafs {
systemctl stop tahoelafs-storage
systemctl disable tahoelafs-storage
rm /etc/systemd/system/tahoelafs-storage.service
systemctl daemon-reload
systemctl stop tahoelafs-client
systemctl disable tahoelafs-client
rm /etc/systemd/system/tahoelafs-client.service
systemctl daemon-reload
pip uninstall tahoe-lafs[tor]
apt-get -yq remove tahoe-lafs