]> git.pld-linux.org Git - packages/ceph.git/blame - ceph-mon@.service
- updated to 0.94.3
[packages/ceph.git] / ceph-mon@.service
CommitLineData
b6163d67
JK
1[Unit]
2Description=Ceph cluster monitor daemon
3After=network-online.target
4Wants=network-online.target
5
6# According to:
7# http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
8# these can be removed once ceph-mon will dynamically change network
9# configuration.
10After=network-online.target local-fs.target
11Wants=network-online.target local-fs.target
12PartOf=ceph.target
13
14[Service]
15EnvironmentFile=-/etc/sysconfig/ceph
16Environment=CLUSTER=ceph
17ExecStart=/usr/bin/ceph-mon -f --cluster ${CLUSTER} --id %i
0bb0fd1a 18ExecReload=/bin/kill -HUP $MAINPID
b6163d67
JK
19
20[Install]
21WantedBy=ceph.target
This page took 0.040451 seconds and 4 git commands to generate.