summaryrefslogtreecommitdiff
path: root/community-testing/drbd/drbd.service
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/drbd/drbd.service')
-rw-r--r--community-testing/drbd/drbd.service19
1 files changed, 0 insertions, 19 deletions
diff --git a/community-testing/drbd/drbd.service b/community-testing/drbd/drbd.service
deleted file mode 100644
index ddd6c62b7..000000000
--- a/community-testing/drbd/drbd.service
+++ /dev/null
@@ -1,19 +0,0 @@
-[Unit]
-Description=Distributed Replicated Block Device
-After=systemd-modules-load.service network.target
-
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-
-# load config
-ExecStart=/usr/sbin/drbdadm adjust all
-# user interruptible version of wait-connect all
-ExecStart=/usr/sbin/drbdadm wait-con-int
-# become primary if configured
-ExecStart=/usr/sbin/drbdadm sh-b-pri all
-# disconnect and detach all resources
-ExecStop=/usr/sbin/drbdadm down all
-
-[Install]
-WantedBy=multi-user.target