diff options
author | Judd Vinet <judd@archlinux.org> | 2002-03-04 07:28:25 +0000 |
---|---|---|
committer | Judd Vinet <judd@archlinux.org> | 2002-03-04 07:28:25 +0000 |
commit | 98c76a453222169f12b0e95f8a7ed0175e182598 (patch) | |
tree | 59132a1d0bafb1a284b804b29bda1dbc049fd79d /rc.local |
Initial revision
Diffstat (limited to 'rc.local')
-rwxr-xr-x | rc.local | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rc.local b/rc.local new file mode 100755 index 0000000..b8e8ef5 --- /dev/null +++ b/rc.local @@ -0,0 +1,6 @@ +#!/bin/sh +# +# /etc/rc.local: Local multi-user startup script. +# + +# End of file |