Syleron / pulseha

PulseHA is a active-passive high availability cluster daemon that uses GRPC and is written in GO.

Home Page:http://www.pulseha.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

should not install pulseha.servce to the location /etc/systemd/system/pulseha.service

akadata opened this issue · comments

[root@pulse1 ~]# mv /etc/systemd/system/pulseha.service /usr/lib/systemd/system/
[root@pulse1 ~]# systemctl enable pulseha
Removed /etc/systemd/system/multi-user.target.wants/pulseha.service.
Created symlink /etc/systemd/system/multi-user.target.wants/pulseha.service → /usr/lib/systemd/system/pulseha.service.
[root@pulse1 ~]#

can we change the make install for pulseha to install the service file to /usr/lib/systemd/system/

We can then use systemctl enable and disable to symlink as shown above.