Litao Gao 6a96c4fe72 ceph: add bbappend to port StarlingX ceph packages
ceph recipe is in meta-virtualization, however,
StarlingX has made many modifications, so needs
extra effort to port these using bbappend.

Signed-off-by: Litao Gao <litao.gao@windriver.com>
2020-05-18 13:07:27 -07:00

17 lines
279 B
Desktop File

[Unit]
Description=StarlingX Ceph Startup
After=network.target
[Service]
Type=forking
Restart=no
KillMode=process
RemainAfterExit=yes
ExecStart=/etc/rc.d/init.d/ceph start
ExecStop=/etc/rc.d/init.d/ceph stop
PIDFile=/var/run/ceph/ceph.pid
[Install]
WantedBy=multi-user.target