修改 clotho 为 package_dump

This commit is contained in:
fumingwei
2020-10-16 16:57:20 +08:00
parent 451677775d
commit f0725b0e02
7 changed files with 44 additions and 3 deletions

View File

@@ -111,7 +111,7 @@
dest: /opt/mrzcpd/etc/mrtunnat.conf
when:
- nic_traffic_mirror is not defined
- tsg_access_type == 3
- == 3
- name: "update mrtunnat.conf.ATCA_Vlan_Flipping"
template:

View File

@@ -0,0 +1,19 @@
[Unit]
Description=packet dump service
After=After=network.target
[Service]
Type=fork
WorkingDirectory=/home/mesasoft/packet_dump
ExecStart=/home/mesasoft/packet_dump/packet_dump
TimeoutSec=60s
RestartSec=10s
Restart=always
LimitNOFILE=524288
LimitNPROC=infinity
LimitCORE=infinity
TasksMax=infinity
Delegate=yes
[Install]
WantedBy=multi-user.target

View File

@@ -11,4 +11,4 @@ disable_coredump=0
enable_breakpad=1
breakpad_minidump_dir=/tmp/packet_dump/crashreport
enable_breakpad_upload=0
breakpad_upload_url={{ breakpad_upload }}
breakpad_upload_url={{ breakpad_upload_url }}