meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-support / drbd / drbd-utils / drbd.service
diff --git a/meta-starlingx/meta-stx-integ/recipes-support/drbd/drbd-utils/drbd.service b/meta-starlingx/meta-stx-integ/recipes-support/drbd/drbd-utils/drbd.service
deleted file mode 100644 (file)
index 052501e..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-[Unit]
-Description=Control drbd resources.
-After=network.target sshd.service
-
-[Service]
-Type=forking
-Restart=no
-KillMode=process
-RemainAfterExit=yes
-ExecStart=/etc/init.d/drbd start
-ExecStop=/etc/init.d/drbd stop
-ExecReload=/etc/init.d/drbd reload
-TimeoutSec=5min
-
-[Install]
-WantedBy=multi-user.target
-