]> git.pld-linux.org Git - packages/ceph.git/blob - ceph-osd@.service
ceph-osd@.service: libexec path fixed
[packages/ceph.git] / ceph-osd@.service
1 [Unit]
2 Description=Ceph object storage daemon
3 After=network-online.target local-fs.target
4 Wants=network-online.target local-fs.target
5 PartOf=ceph.target
6
7 [Service]
8 EnvironmentFile=-/etc/sysconfig/ceph
9 Environment=CLUSTER=ceph
10 ExecStart=/usr/bin/ceph-osd -f --cluster ${CLUSTER} --id %i
11 ExecStartPre=/usr/lib/ceph/ceph-osd-prestart.sh --cluster ${CLUSTER} --id %i
12 LimitNOFILE=131072
13
14 [Install]
15 WantedBy=ceph.target
This page took 0.029753 seconds and 4 git commands to generate.