summaryrefslogtreecommitdiff
path: root/pcr/corosync/corosync.service
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-05-28 17:31:38 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-05-28 17:31:38 -0600
commitef823d9ecf2e85c3915f307a9916d2e095923f5a (patch)
tree4c07e93746dd3987c66d8c085dc8014268159833 /pcr/corosync/corosync.service
parent03121eb4568287e76a54d318073dd263ef298738 (diff)
parentbeb8b1041efbb1bce8e7c2e0aa734d3170eee21e (diff)
downloadabslibre-ef823d9ecf2e85c3915f307a9916d2e095923f5a.tar.gz
abslibre-ef823d9ecf2e85c3915f307a9916d2e095923f5a.tar.bz2
abslibre-ef823d9ecf2e85c3915f307a9916d2e095923f5a.zip
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
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