mirror of
https://github.com/ceph/ceph
synced 2025-01-04 02:02:36 +00:00
ec1ee5e901
Signed-off-by: Sage Weil <sage@redhat.com>
23 lines
602 B
Desktop File
23 lines
602 B
Desktop File
[Unit]
|
|
Description=Ceph cluster monitor daemon
|
|
|
|
# According to:
|
|
# http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
|
|
# these can be removed once ceph-mon will dynamically change network
|
|
# configuration.
|
|
After=network-online.target local-fs.target ceph-create-keys@%i.service
|
|
Wants=network-online.target local-fs.target ceph-create-keys@%i.service
|
|
|
|
PartOf=ceph.target
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/sysconfig/ceph
|
|
Environment=CLUSTER=ceph
|
|
User=ceph
|
|
Group=ceph
|
|
ExecStart=/usr/bin/ceph-mon -f --cluster ${CLUSTER} --id %i
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=ceph.target
|