clamonacc moved to /usr/sbin

This commit is contained in:
Orion Poplawski 2020-09-18 08:16:19 -06:00
parent 329e21ffee
commit 2deba75778
2 changed files with 4 additions and 4 deletions

View File

@ -527,12 +527,12 @@ fi
%_bindir/clamconf
%_bindir/clamdscan
%_bindir/clamdtop
%if %{with clamonacc}
%_bindir/clamonacc
%endif
%_bindir/clamscan
%_bindir/clamsubmit
%_bindir/sigtool
%if %{with clamonacc}
%_sbindir/clamonacc
%endif
%_mandir/man[15]/*
%exclude %_mandir/*/freshclam*
%exclude %_mandir/man5/clamd.conf.5*

View File

@ -5,7 +5,7 @@ ConditionPathExists=/etc/clamd.d/scan.conf
After=clamd@scan.service
[Service]
ExecStart=/usr/bin/clamonacc --foreground
ExecStart=/usr/sbin/clamonacc --foreground
[Install]
WantedBy=multi-user.target