Skip to content

Commit

Permalink
fix endump systemd unit
Browse files Browse the repository at this point in the history
  • Loading branch information
ldruschk committed Jul 10, 2024
1 parent 58b70f4 commit f9edd5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ansible/roles/vulnbox_enomoloch/files/enodump.service
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[Unit]
Description=enodump packet capture
Requires=docker.service [email protected]
Requires=docker.service
After=docker.service containerd.service [email protected]
StartLimitIntervalSec=0

[Service]
Restart=always
RestartSec=3
TimeoutStartSec=300
WorkingDirectory=/pcaps

Expand Down

0 comments on commit f9edd5c

Please sign in to comment.