blob: 288888b0d8d5196f1b1cd6254628fe811221a97d (
plain)
1
2
3
4
5
6
7
8
9
|
[Unit]
Description=ceph target allowing to start/stop all ceph-mgr@.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
|