Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-virt / recipes-extended / ceph / files / ceph-radosgw.service
1 [Unit]
2 Description=radosgw RESTful rados gateway
3 After=network.target
4 #After=remote-fs.target nss-lookup.target network-online.target time-sync.target
5 #Wants=network-online.target
6
7 [Service]
8 Type=forking
9 Restart=no
10 KillMode=process
11 RemainAfterExit=yes
12 ExecStart=/etc/rc.d/init.d/ceph-radosgw start
13 ExecStop=/etc/rc.d/init.d/ceph-radosgw stop
14 ExecReload=/etc/rc.d/init.d/ceph-radosgw reload
15
16 [Install]
17 WantedBy=multi-user.target
18