Installation
Installing the service
ew-manip
runs as a systemd
service on RedHat 7/8 and CentOS.
It can be installed with:
$ sudo yum install ew-manip-x.y.z-1.el8.x86_64.rpm
The normal systemctl
commands apply:
$ systemctl start ew-manip # to start the service
$ systemctl status ew-manip # to check status
$ systemctl enable ew-manip # to make the service start on reboot
$ systemctl stop ew-manip # to stop the service