disable service upon removal

This commit is contained in:
hiro98 2020-07-09 14:12:14 +02:00
parent 29642bb669
commit 95874a08a8

View file

@ -164,6 +164,7 @@
"Stops the service, removes the unit file and reloads systemd."
[name]
(stop-service! name)
(disable-service! name)
(remove-unit-file! name)
(reload-systemd!))