diff options
Diffstat (limited to 'ansible-practice/system/rc.local_shutdown')
| -rw-r--r-- | ansible-practice/system/rc.local_shutdown | 6 |
1 files changed, 6 insertions, 0 deletions
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. + |
