6a96c4fe72
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>
17 lines
279 B
Desktop File
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
|
|
|