Maintenant que tous les composants sont prêts, nous pouvons mettre à jour le fichier de configuration principal /etc/hcw-athome/hcw-athome.conf. La plupart des parties sont explicites, vous êtes libre de les ajuster en fonction de votre configuration spécifique.

Also adjust the socket or port Clamav can be reached. If you use socket, you might need to first add HCW@Home system user to Clamav group to be able to communicate with the Daemon.


adduser hcwhome clamav


Check now the socket path, by default it should be /var/run/clamav/clamd.ctl, so you can adjust this path in HCW@home configuration with this command.


sed -i 's|/var/run/clamd.scan/clamd.sock|/var/run/clamav/clamd.ctl|g' /etc/hcw-athome/hcw-athome.conf

Une fois la mise à jour effectuée, vous pouvez redémarrer et vérifier les logs à l'aide des commandes suivantes.

systemctl enable --now hcw-athome
or
systemctl restart hcw-athome

Vérifiez les logs.

journalctl -f -u hcw-athome -n 200

Si vous voyez la ligne suivante, cela signifie que votre serveur est prêt.

Aug 23 13:15:33 hcw-athome-dev node[546330]: debug: -------------------------------------------------------
Aug 23 13:15:33 hcw-athome-dev node[546330]: debug: :: Wed Aug 23 2023 13:15:33 GMT+0000 (Coordinated Universal Time)
Aug 23 13:15:33 hcw-athome-dev node[546330]: debug: Environment : production
Aug 23 13:15:33 hcw-athome-dev node[546330]: debug: Port : 1337
Aug 23 13:15:33 hcw-athome-dev node[546330]: debug: -------------------------------------------------------
Évaluation
0 0

Il n'y a aucun commentaire pour le moment.

pour être le premier à laisser un commentaire.