12 lines
217 B
Plaintext
12 lines
217 B
Plaintext
|
|
[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
|