Skip to content

Commit

Permalink
Added 'Install' section to systemd example in README
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Mandola <[email protected]>
  • Loading branch information
Marco Mandola authored and poiana committed Apr 5, 2024
1 parent c0d12a3 commit fb73c63
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,10 @@ docker run -d -p 2801:2801 -e SLACK_WEBHOOKURL=XXXX -e DATADOG_APIKEY=XXXX falco
Type=simple
Restart=always
RestartSec=1
ExecStart=/usr/local/bin/falcosidekick -c /etc/falcosidekick/config.yaml
ExecStart=/usr/local/bin/falcosidekick -c /etc/falcosidekick/config.yaml
[Install]
WantedBy=default.target
```

* Reload `systemd` and start `Falcosidekick`:
Expand Down

0 comments on commit fb73c63

Please sign in to comment.