File at.sleep of Package at.openSUSE_Leap_42.3_Update

#!/bin/sh

if systemctl --quiet is-enabled atd; then
  case $1/$2 in
    pre/*)
      systemctl stop atd
      ;;
    post/*)
      systemctl restart atd
      ;;
  esac
fi
openSUSE Build Service is sponsored by