Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-virt / recipes-extended / ceph / files / ceph.service
1 [Unit]
2 Description=StarlingX Ceph Startup
3 After=network.target
4
5 [Service]
6 Type=forking
7 Restart=no
8 KillMode=process
9 RemainAfterExit=yes
10 ExecStart=/etc/rc.d/init.d/ceph start
11 ExecStop=/etc/rc.d/init.d/ceph stop
12 PIDFile=/var/run/ceph/ceph.pid
13
14 [Install]
15 WantedBy=multi-user.target
16