Skip to content

Commit

Permalink
Merge pull request #1725 from craddm/clamav-onacc
Browse files Browse the repository at this point in the history
Correct file path for clamonacc service
  • Loading branch information
JimMadge authored Feb 1, 2024
2 parents 5600650 + b5e2136 commit f5a954c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/common/resources/clamav-clamonacc.service
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ After=clamav-daemon.service syslog.target network.target
Type=simple
User=root
ExecStartPre=/bin/bash -c "while [ ! -S /var/run/clamav/clamd.ctl ]; do sleep 1; done"
ExecStart=/usr/bin/clamonacc --foreground=true
ExecStart=/usr/sbin/clamonacc --foreground=true
Restart=on-failure
RestartSec=30

Expand Down

0 comments on commit f5a954c

Please sign in to comment.