post_install() {
  systemctl disable ssh-fix-reboot.service
  systemctl enable ssh-fix-reboot.service
}

pre_remove() {
  systemctl disable ssh-fix-reboot.service
}
