jekhokie / raspberry-noaa-v2

V2 of the fantastic Raspberry Pi NOAA setup
GNU General Public License v3.0
538 stars 100 forks source link

Update rn2_uninstall.sh - Fixing an oddity when service is recreated after being disabled during uninstall #1045

Closed creas002 closed 1 month ago

creas002 commented 1 month ago

Commenting out systemctl disable service because disable causes it to remain disabled even after the service is removed and reinstalled by Ansible

Commenting out the disable command has no impact since it will be removed when removing packages