Clamav + pureftpd_uploadscan missing systemd service files

napcok

Verified User
Joined
Dec 1, 2017
Messages
9
Location
Poland
Hello,
I installed Clamav and pureftpd_uploadscan this way:
Code:
cd /usr/local/directadmin/custombuild
./build set_service clamav ON
./build set pureftpd_uploadscan yes
./build clamav
./build pureftpd

Now I have in Service monitor both clamav and pureftpd_uploadscan Stopped
Whan I try to start services I see errors:

With clamav:
Code:
Cannot find the script in /etc/systemd/system or /usr/lib/systemd/system

/usr/lib/systemd/system/clamav.service

With pureftpd_uploadscan:
Code:
Cannot find the script in /etc/systemd/system or /usr/lib/systemd/system

/usr/lib/systemd/system/pureftpd_uploadscan.service
I searched for this service files in /usr/local/directadmin/custombuild/configure/systemd/ but did not found them.

What should I do?
 
Maybe this is just GUI - Service Monitor issue?

As clamd daemon is running, and I also see:
Code:
root     17147  0.0  0.0 152956  1812 ?        Ss   10:34   0:00 /usr/sbin/pure-uploadscript -r /usr/local/bin/pureftpd_uploadscan.sh
in process list.

Screenshot:
https://i.imgur.com/pqW7cPe.png
 
Back
Top