diff options
-rwxr-xr-x | rc.local.shutdown | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rc.local.shutdown b/rc.local.shutdown new file mode 100755 index 0000000..fe60462 --- /dev/null +++ b/rc.local.shutdown @@ -0,0 +1,5 @@ +#!/bin/bash +# +# /etc/rc.local.shutdown: Local shutdown script. +# + |