summaryrefslogtreecommitdiff
path: root/pcr/corosync/corosync.service
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-05-21 19:02:46 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-05-21 19:02:46 -0300
commit60326640ae40c84e9e62855001d03b94b516802d (patch)
tree388952b76054774aa3c507004e448509dd00173d /pcr/corosync/corosync.service
parent89c0af8305046890734eba2969c9b057e0a6bf9a (diff)
downloadabslibre-60326640ae40c84e9e62855001d03b94b516802d.tar.gz
abslibre-60326640ae40c84e9e62855001d03b94b516802d.tar.bz2
abslibre-60326640ae40c84e9e62855001d03b94b516802d.zip
corosync: add new package to pcr repo
Diffstat (limited to 'pcr/corosync/corosync.service')
-rw-r--r--pcr/corosync/corosync.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/pcr/corosync/corosync.service b/pcr/corosync/corosync.service
new file mode 100644
index 000000000..e601181ee
--- /dev/null
+++ b/pcr/corosync/corosync.service
@@ -0,0 +1,13 @@
+[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