mirror of
https://github.com/ceph/ceph
synced 2024-12-11 05:57:05 +00:00
929fcd67aa
Added ceph.target Made ceph-mds, ceph-mon, ceph-osd services part of ceph.target Made ceph-mds, ceph-mon, ceph-osd services require partitions to be available. Added ceph init script with sysV like behaviour. Provided by Tim Serong tserong@suse.com and Owen Synge osynge@suse.com Signed-off-by: Owen Synge <osynge@suse.com>
5 lines
128 B
SYSTEMD
5 lines
128 B
SYSTEMD
[Unit]
|
|
Description=ceph target allowing to start/stop all ceph*@.service instances at once
|
|
[Install]
|
|
WantedBy=multi-user.target
|