systemd coddling
This commit is contained in:
parent
427f11049a
commit
c24b2e2dcf
|
@ -356,10 +356,12 @@ function remove_tahoelafs {
|
||||||
systemctl stop tahoelafs-storage
|
systemctl stop tahoelafs-storage
|
||||||
systemctl disable tahoelafs-storage
|
systemctl disable tahoelafs-storage
|
||||||
rm /etc/systemd/system/tahoelafs-storage.service
|
rm /etc/systemd/system/tahoelafs-storage.service
|
||||||
|
systemctl daemon-reload
|
||||||
|
|
||||||
systemctl stop tahoelafs-client
|
systemctl stop tahoelafs-client
|
||||||
systemctl disable tahoelafs-client
|
systemctl disable tahoelafs-client
|
||||||
rm /etc/systemd/system/tahoelafs-client.service
|
rm /etc/systemd/system/tahoelafs-client.service
|
||||||
|
systemctl daemon-reload
|
||||||
|
|
||||||
pip uninstall tahoe-lafs[tor]
|
pip uninstall tahoe-lafs[tor]
|
||||||
apt-get -yq remove tahoe-lafs
|
apt-get -yq remove tahoe-lafs
|
||||||
|
|
Loading…
Reference in New Issue