Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-virt / recipes-extended / ceph / files / mgr-restful-plugin.service
1 [Unit]
2 Description=Ceph MGR RESTful API Plugin
3 After=network-online.target sw-patch.service
4
5 [Service]
6 Type=forking
7 Restart=no
8 KillMode=process
9 RemainAfterExit=yes
10 ExecStart=/etc/rc.d/init.d/mgr-restful-plugin start
11 ExecStop=/etc/rc.d/init.d/mgr-restul-plugin stop
12 ExecReload=/etc/rc.d/init.d/mgr-restful-plugin reload
13
14 [Install]
15 WantedBy=multi-user.target