avinsitectl command
Name
avinsitectl - Antivirus integration service helper.
Synopsis
avinsitectl [status | log | install | uninstall | enable | disable | start | stop | restart | reload | help]
Description
The avinsitectl command can be used to control and monitor the antivirus integration service.
Options
status
Shows the running status of the antivirus integration service.
log
Display the latest entries in the avinsite.log file.
install
Register the antivirus integration service with the operating system. Note that this will overwrite any system configuration already in place. This option can only be run by the root user.
uninstall
Deregister the antivirus integration service in the operating system. Note that this will also stop the service and disable it from starting at boot. This option can only be run by the root user.
enable
Set the antivirus integration service to start during system boot. Note that this will register the service with the operating system, if necessary. This option can only be run by the root user.
disable
Prevent the antivirus integration service from starting during system boot. This option can only be run by the root user.
start
Start the antivirus integration service. Note that this will register the service with the operating system, if necessary. This option can only be run by the root user.
stop
Stop the antivirus integration service. This option can only be run by the root user.
restart
Restart the antivirus integration service. Note that this will register the service with the operating system, if necessary. This option can only be run by the root user.
reload
Reload (reconfigure) a running instance of the antivirus integration service. This option can only be run by the root user.
help
Show the manual page.
Exit Status
On success, 0 is returned, a non-zero failure code otherwise.