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

19 lines
429 B
Desktop File

[Unit]
Description=radosgw RESTful rados gateway
After=network.target
#After=remote-fs.target nss-lookup.target network-online.target time-sync.target
#Wants=network-online.target
[Service]
Type=forking
Restart=no
KillMode=process
RemainAfterExit=yes
ExecStart=/etc/rc.d/init.d/ceph-radosgw start
ExecStop=/etc/rc.d/init.d/ceph-radosgw stop
ExecReload=/etc/rc.d/init.d/ceph-radosgw reload
[Install]
WantedBy=multi-user.target