12 lines
217 B
Plaintext
Executable File
12 lines
217 B
Plaintext
Executable File
[Unit]
|
|
Description=backups tcpd log file, keeping ip adresses only
|
|
|
|
[Service]
|
|
ExecStart=/bin/bash /etc/systemd/system/tcpd_bkup.sh
|
|
Restart=on-failure
|
|
RestartSec=121s
|
|
Type=oneshot
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|