Files
svr/usr/etc/systemd/system/tcpd.service
T
2026-01-23 08:55:18 +01:00

13 lines
199 B
Desktop File

[Unit]
Description=watch connections
After=network-online.target
[Service]
ExecStart=/bin/bash /etc/systemd/system/tcpd.sh
After=tcpd-bkup.service
Type=simple
[Install]
WantedBy=multi-user.target