Skip to content
Permalink
master
Go to file
 
 
Cannot retrieve contributors at this time
10 lines (9 sloc) 306 Bytes
[Unit]
Description=Check volume for errors
Documentation=man:btrfs-scrub
After=fstrim.service
[Service]
Type=oneshot
ExecStart=/usr/bin/sh -c 'for i in $(grep btrfs /proc/mounts | cut -f1 -d" " | uniq); do echo scrubbing $i; btrfs scrub start -Bd $i; done'
IOSchedulingClass=idle
CPUSchedulingPolicy=idle
You can’t perform that action at this time.