Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Uninstalling Unimus is different depending on if your system runs the "systemd" or the "sysv" init system.

 

For "systemd":

Code Block
systemctl stop unimus
systemctl disable unimus

rm -r /opt/unimus
rm -r /etc/unimus
rm /etc/default/unimus

rm /etc/systemd/system/unimus.service
systemctl daemon-reload

...