# Please do not change this file directly since it is managed by Ansible and will be overwritten [Unit] Description=Ceph OSD After=docker.service [Service] EnvironmentFile=-/etc/environment ExecStartPre=-/usr/bin/docker stop ceph-osd-%i ExecStartPre=-/usr/bin/docker rm -f ceph-osd-%i ExecStart=/usr/share/ceph-osd-run.sh %i ExecStop=-/usr/bin/docker stop ceph-osd-%i Restart=always RestartSec=10s TimeoutStartSec=120 TimeoutStopSec=15 [Install] WantedBy=multi-user.target