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