Skip to content

Commit

Permalink
fix: can not delete service on uninstall
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitar Atanasov <datanasov@cpdbg.com>
  • Loading branch information
phush0 committed Apr 28, 2024
1 parent 4feb8b5 commit 03ca967
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions razer_control_gui/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ EOF
case $INIT_SYSTEM in
systemd)
systemctl --user disable --now razercontrol
sudo bash <<EOF
rm -f /etc/systemd/user/razercontrol.service
EOF
;;
openrc)
sudo bash <<EOF
Expand Down

0 comments on commit 03ca967

Please sign in to comment.