You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
306 B
13 lines
306 B
4 months ago
|
[Unit]
|
||
|
Description=Online ext4 Metadata Check for All Filesystems
|
||
|
ConditionACPower=true
|
||
|
ConditionCapability=CAP_SYS_ADMIN
|
||
|
ConditionCapability=CAP_SYS_RAWIO
|
||
|
Documentation=man:e2scrub_all(8)
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
Environment=SERVICE_MODE=1
|
||
|
ExecStart=@root_sbindir@/e2scrub_all
|
||
|
SyslogIdentifier=e2scrub_all
|