summarylogtreecommitdiffstats
path: root/gvmd.service
blob: fa194c70193c151ea6ed59a7cda4199326fa97e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Greenbone Vulnerability Manager
After=ospd-openvas.service
Requires=ospd-openvas.service

[Service]
Type=simple
User=gvm
Group=gvm
PIDFile=/run/gvm/gvmd.pid
EnvironmentFile=-/etc/default/gvmd
ExecStart=/usr/bin/gvmd $OPTIONS

[Install]
WantedBy=multi-user.target