summaryrefslogtreecommitdiffstats
path: root/meta-moblin/packages/sreadahead/files/sreadahead.sh
blob: c7378284b222b012a79d8faee3626480af86997b (plain)
1
2
3
4
5
6
7
#!/bin/sh
#
# Start sreadahead, of the config file exists

if [ -e /etc/readahead.packed ]; then
    /sbin/sreadahead
fi