[Unit] Description=Ceph object storage daemon After=network-online.target local-fs.target ceph-mon.service Wants=network-online.target local-fs.target ceph-mon.service [Service] EnvironmentFile=-/etc/sysconfig/ceph Environment=CLUSTER=ceph ExecStart=/usr/bin/ceph-osd -f --cluster ${CLUSTER} --id %H -i 0 ExecStartPre=/usr/libexec/ceph/ceph-osd-prestart.sh --cluster ${CLUSTER} --id %H LimitNOFILE=131072 [Install] WantedBy=multi-user.target