diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-05-13 16:56:13 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-05-13 16:56:13 -0300 |
commit | 457ff7ca724e77d7cdb5751fc19559ddfe2d00d7 (patch) | |
tree | 21c51779e039e4fa8223286e78ef75dc47d664bf /pcr/ha-heartbeat/ha-heartbeat.service | |
parent | c265312a9f9dd0cf88faf8661169d89e133d183a (diff) | |
download | abslibre-457ff7ca724e77d7cdb5751fc19559ddfe2d00d7.tar.gz abslibre-457ff7ca724e77d7cdb5751fc19559ddfe2d00d7.tar.bz2 abslibre-457ff7ca724e77d7cdb5751fc19559ddfe2d00d7.zip |
ha-heartbeat: renaming heartbeat.service to ha-heartbeat.service
Diffstat (limited to 'pcr/ha-heartbeat/ha-heartbeat.service')
-rw-r--r-- | pcr/ha-heartbeat/ha-heartbeat.service | 10 |
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 |