17 lines
525 B
Desktop File
17 lines
525 B
Desktop File
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
#
|
|
# Copyright (C) 2018-2024 Oracle. All Rights Reserved.
|
|
# Author: Darrick J. Wong <djwong@kernel.org>
|
|
|
|
[Unit]
|
|
Description=Online XFS Metadata Check for All Filesystems
|
|
ConditionACPower=true
|
|
Documentation=man:xfs_scrub_all(8)
|
|
After=paths.target multi-user.target network.target network-online.target systemd-networkd.service NetworkManager.service connman.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Environment=SERVICE_MODE=1
|
|
ExecStart=/usr/sbin/xfs_scrub_all
|
|
SyslogIdentifier=xfs_scrub_all
|