www-client/google-chrome-beta: automated update (84.0.4147.30)
[gentoo.git] / net-analyzer / ospd-openvas / files / ospd-openvas.service
1 [Unit]
2 Description=OSPD OpenVAS
3 After=network.target networking.service dnsmasq.service redis-server@openvas.service systemd-tmpfiles.service
4 ConditionKernelCommandLine=!recovery
5
6 [Service]
7 Type=forking
8 User=gvm
9 Group=gvm
10 ExecStart=/usr/bin/ospd-openvas --config /etc/openvas/ospd.conf --foreground
11 SuccessExitStatus=SIGKILL
12 # This works asynchronously, but does not take the daemon down during the reload so it's ok.
13 Restart=always
14 RestartSec=60
15
16 [Install]
17 WantedBy=multi-user.target
18 Alias=ospd-openvas.service