Skip to content

Commit

Permalink
Fix: ospd-openvas depends on mosquitto MQTT broker
Browse files Browse the repository at this point in the history
Update the ospd-openvas.service file to require a running mosquitto
service.
  • Loading branch information
bjoernricks committed Jan 27, 2023
1 parent ca1f269 commit 096332a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/ospd-openvas.service
@@ -1,8 +1,8 @@
[Unit]
Description=OSPd Wrapper for the OpenVAS Scanner (ospd-openvas)
Documentation=man:ospd-openvas(8) man:openvas(8)
After=network.target networking.service redis-server@openvas.service
Wants=redis-server@openvas.service
After=network.target networking.service redis-server@openvas.service mosquitto.service
Wants=redis-server@openvas.service mosquitto.service
ConditionKernelCommandLine=!recovery

[Service]
Expand Down

0 comments on commit 096332a

Please sign in to comment.