diff options
author | Thomas Bächler <thomas@archlinux.org> | 2007-01-30 18:56:37 +0000 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2007-01-30 18:56:37 +0000 |
commit | fff26e7f1fecaec1bf4c07cc07d1a426b160168b (patch) | |
tree | 85260156797b40c07cb7562de3227830e9644c0c | |
parent | 36e129004f1dfb2e890edc55f99c8eb0df89c668 (diff) |
forgot to add rc.local.shutdown
-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. +# + |