generic-poky/meta-moblin/packages/sreadahead/files/sreadahead.sh

8 lines
121 B
Bash
Executable File

#!/bin/sh
#
# Start sreadahead, of the config file exists
if [ -e /etc/readahead.packed ]; then
/sbin/sreadahead
fi