mirror of https://github.com/ceph/ceph-ansible.git
8 lines
199 B
SYSTEMD
8 lines
199 B
SYSTEMD
|
[Unit]
|
||
|
Description=ceph target allowing to start/stop all ceph-mon@.service instances at once
|
||
|
PartOf=ceph.target
|
||
|
Before=ceph.target
|
||
|
Wants=ceph.target
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target ceph.target
|