Commit 2e6c94b2 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Fixed folder locations and added systemd service

parent eea9b6bf
all: all:
tar xf corosync-3.0.1.tar.gz tar xf corosync-3.0.1.tar.gz
cd corosync-3.0.1 && ./autogen.sh cd corosync-3.0.1 && ./autogen.sh
cd corosync-3.0.1 && ./configure --prefix=/usr cd corosync-3.0.1 && ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-systemd
$(MAKE) -C corosync-3.0.1 $(MAKE) -C corosync-3.0.1
$(MAKE) -C corosync-3.0.1 check $(MAKE) -C corosync-3.0.1 check
$(MAKE) -C corosync-3.0.1 install $(MAKE) -C corosync-3.0.1 install
systemctl enable corosync
cp /etc/corosync/corosync.conf.example /etc/corosync/corosync.conf
rm -rf corosync-3.0.1 rm -rf corosync-3.0.1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment