From e546f2ba800a55663ae04f18f8b01e86e1deac90 Mon Sep 17 00:00:00 2001 From: boom2 Date: Thu, 21 Dec 2023 23:17:53 -0500 Subject: - initial commit for fail2ban playbook --- ansible-practice/system/rc.local_shutdown | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ansible-practice/system/rc.local_shutdown (limited to 'ansible-practice/system/rc.local_shutdown') diff --git a/ansible-practice/system/rc.local_shutdown b/ansible-practice/system/rc.local_shutdown new file mode 100644 index 0000000..0e1d179 --- /dev/null +++ b/ansible-practice/system/rc.local_shutdown @@ -0,0 +1,6 @@ +#!/bin/sh +# +# /etc/rc.d/rc.local_shutdown: Local system shutdown script. +# +# Put any local shutdown commands in here. + -- cgit v1.2.3-54-g00ecf