9 lines
237 B
SYSTEMD
9 lines
237 B
SYSTEMD
[Unit]
|
|
Description=ceph target allowing to start/stop all ceph-osd@.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 |