summaryrefslogtreecommitdiff
path: root/pcr/ha-heartbeat/ha-heartbeat.service
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-05-13 18:38:53 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-05-13 18:38:53 -0300
commitf47c540657a7114d5c33de1c6cdc982c47a5971a (patch)
tree7396de5d2cd7bc3e1dde39c3a4d19410378dc13f /pcr/ha-heartbeat/ha-heartbeat.service
parent57dba4bb080f9e0cfcedda5291d51dfaaaf05ea5 (diff)
parentebe5485221a9490bf73eb4da48a290e78ee5a557 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/ha-heartbeat/ha-heartbeat.service')
-rw-r--r--pcr/ha-heartbeat/ha-heartbeat.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/pcr/ha-heartbeat/ha-heartbeat.service b/pcr/ha-heartbeat/ha-heartbeat.service
new file mode 100644
index 000000000..aacde3dbb
--- /dev/null
+++ b/pcr/ha-heartbeat/ha-heartbeat.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Startup script high-availability services.
+Requires=network.target remote-fs.target timers.target
+
+[Service]
+Type=forking
+ExecStart=/usr/lib/heartbeat/heartbeat
+
+[Install]
+WantedBy=multi-user.target