Hello All,
I install clamav on Suse12 SP2 using source code tar file : -clamav-0.103.1.tar.gz, able to update freshclam as well,
By using below commands:-
1)
Untar tar file clamav-0.103.1.tar.gz
2)
Cd clamav-0.103.1
3)
./configure --prefix=/usr/local/clamav
4)
Make
5)
Make install
Now I need to run the clamav as service which should manage by systemctl , as developer used to call this service in there code
I need an idea how to do configure clamav as a service, which install using source code.
Any Link or suggestion will be highly appreciated.
Thanks in Advance