integ/ceph/ceph/debian/deb_folder/lib-systemd/system-sleep/ceph

13 lines
136 B
Bash
Executable File

#!/bin/sh
#/lib/systemd/system-sleep/ceph
case $1 in
pre)
/bin/systemctl stop ceph
;;
post)
/bin/systemctl start ceph
;;
esac