github.com/palisadeinc/bor@v0.0.0-20230615125219-ab7196213d15/packaging/templates/package_scripts/preinst (about)

     1  #!/bin/bash
     2  #
     3  #################
     4  # Stop existing bor in case of upgrade
     5  ################
     6  #sudo systemctl stop bor.service
     7  ######################