meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-virt / recipes-extended / ceph / files / ceph.service
diff --git a/meta-starlingx/meta-stx-virt/recipes-extended/ceph/files/ceph.service b/meta-starlingx/meta-stx-virt/recipes-extended/ceph/files/ceph.service
deleted file mode 100644 (file)
index d3c2acc..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-[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
-