#!/bin/bash
set -o errexit -o pipefail -o noclobber -o nounset -o errtrace -o functrace

/opt/bin/safe-stop
systemctl reboot
