mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-12 02:34:37 +08:00
8 lines
122 B
SYSTEMD
8 lines
122 B
SYSTEMD
|
[Unit]
|
||
|
Description=Btrfs scrub on %f
|
||
|
|
||
|
[Service]
|
||
|
Nice=19
|
||
|
IOSchedulingClass=idle
|
||
|
ExecStart=/usr/bin/btrfs scrub start -B %f
|