1
0
Fork 0
knowledge-base/KB/Linux/Server/sshguard-iptables/sshguard-iptables.service

10 lines
196 B
Desktop File

[Unit]
Description=Run sshguard-iptables
OnFailure=systemd_failure_notify@%n.service
[Service]
Type=oneshot
ExecStart=/bin/bash /root/scripts/sshguard-iptables
[Install]
WantedBy=default.target