summaryrefslogtreecommitdiff
path: root/pcr/corosync/corosync.service
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/corosync/corosync.service')
-rw-r--r--pcr/corosync/corosync.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/pcr/corosync/corosync.service b/pcr/corosync/corosync.service
deleted file mode 100644
index e601181ee..000000000
--- a/pcr/corosync/corosync.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=Corosync Cluster Engine
-ConditionKernelCommandLine=!nocluster
-Requires=network.target
-After=network.target
-
-[Service]
-ExecStart=/usr/share/corosync/corosync start
-ExecStop=/usr/share/corosync/corosync stop
-Type=forking
-
-[Install]
-WantedBy=multi-user.target