summaryrefslogtreecommitdiffstats
path: root/utils/btrfs-progs/files/btrfs-scan.init
blob: 762e0b84079f1a6e6e9ad0568020f22b756c0959 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh /etc/rc.common
# Copyright (C) 2014 OpenWrt.org

START=19

start() {
	grep -q btrfs /proc/filesystems && /usr/bin/btrfs device scan
}