diff options
Diffstat (limited to '')
-rw-r--r-- | systemd/ceph-rbd-mirror.target | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/systemd/ceph-rbd-mirror.target b/systemd/ceph-rbd-mirror.target new file mode 100644 index 000000000..57ea09f1d --- /dev/null +++ b/systemd/ceph-rbd-mirror.target @@ -0,0 +1,7 @@ +[Unit] +Description=ceph target allowing to start/stop all ceph-rbd-mirror@.service instances at once +PartOf=ceph.target +Before=ceph.target + +[Install] +WantedBy=multi-user.target ceph.target |