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