Skip to content

Commit

Permalink
Updated systemd unit file:
Browse files Browse the repository at this point in the history
- Added Documentation line
- Added additional services to the After line
- Added ConditionKernelCommandLine
  • Loading branch information
cfi-gb authored and bjoernricks committed Aug 3, 2020
1 parent 12e4347 commit e0a678a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gsad/config/gsad.service.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[Unit]
Description=Greenbone Security Assistant
After=network.target
After=network.target networking.service gvmd.service
Documentation=man:gsad(8)
ConditionKernelCommandLine=!recovery

[Service]
Type=forking
Expand Down

0 comments on commit e0a678a

Please sign in to comment.