Ensure the service is fully removed

Closes #5788
This commit is contained in:
David Heinemeier Hansson
2026-05-15 17:57:44 +02:00
parent c0275ea9f2
commit 0bfb545033
+1 -2
View File
@@ -11,8 +11,7 @@ if omarchy-cmd-present voxtype; then
echo "Uninstall Voxtype to remove dictation."
# Remove services
systemctl --user stop voxtype.service 2>/dev/null || true
rm -f ~/.config/systemd/user/voxtype*
systemctl --user disable --now voxtype.service 2>/dev/null || true
systemctl --user daemon-reload
# Remove packages and configs