2026-01-23 08:55:18 +01:00
|
|
|
[Unit]
|
2026-02-19 11:57:04 +01:00
|
|
|
Description=TCP connections logger
|
|
|
|
|
After=network.target
|
2026-01-23 08:55:18 +01:00
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=simple
|
2026-02-23 18:27:06 +01:00
|
|
|
ExecStart=/usr/bin/tcpdump
|
2026-02-19 11:57:04 +01:00
|
|
|
Restart=always
|
2026-01-23 08:55:18 +01:00
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
|
|