summaryrefslogtreecommitdiffstats
path: root/debian/lib-systemd/system-sleep/ceph
blob: cf62f8321ca251a9d3e4c8ba8c3e025fb50fbf78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

#/lib/systemd/system-sleep/ceph

case $1 in
pre)
    /bin/systemctl stop ceph
;;
post)
    /bin/systemctl start ceph
;;
esac