Skip to content

Commit 2abcdb6

Browse files
bjoernricksnichtsfrei
authored andcommitted
Fix: ospd-openvas depends on mosquitto MQTT broker
Update the ospd-openvas.service file to require a running mosquitto service. (cherry picked from commit 096332a)
1 parent 573c1fa commit 2abcdb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/ospd-openvas.service

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[Unit]
22
Description=OSPd Wrapper for the OpenVAS Scanner (ospd-openvas)
33
Documentation=man:ospd-openvas(8) man:openvas(8)
4-
After=network.target networking.service redis-server@openvas.service
5-
Wants=redis-server@openvas.service
4+
After=network.target networking.service redis-server@openvas.service mosquitto.service
5+
Wants=redis-server@openvas.service mosquitto.service
66
ConditionKernelCommandLine=!recovery
77

88
[Service]

0 commit comments

Comments
 (0)