sys-fs/systemd-zpool-scrub - 9999 (gentoo-zh)

Search

Install

Install this version:

emerge -a =sys-fs/systemd-zpool-scrub-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-fs/systemd-zpool-scrub-9999

Or alternatively:

emerge --autounmask-write -a =sys-fs/systemd-zpool-scrub-9999

Package Information

Description:
Systemd service for automatic ZFS zpool scrubbing
Homepage:
https://github.com/lnicola/systemd-zpool-scrub
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Systemd service for automatic ZFS zpool scrubbing"
HOMEPAGE="https://github.com/lnicola/systemd-zpool-scrub"

EGIT_REPO_URI="https://github.com/lnicola/systemd-zpool-scrub.git"

inherit git-r3 systemd

LICENSE="MIT"
SLOT="0"

RDEPEND="sys-fs/zfs"

src_install() {
	systemd_dounit zpool-scrub@.service
	systemd_dounit zpool-scrub@.timer
}

Inherited Eclasses

Dependencies

RDEPEND

sys-fs/zfs