summarylogtreecommitdiffstats
path: root/gsad.service
blob: 67810ecd6f4f7fcd45c2b976e1dbf4b131792d02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Greenbone Security Assistent
After=ospd-openvas.service
Requires=ospd-openvas.service

[Service]
Type=simple
User=gvm
Group=gvm
EnvironmentFile=-/etc/default/gsad
ExecStart=/usr/bin/sudo /usr/bin/gsad $OPTIONS

[Install]
WantedBy=multi-user.target