This commit is contained in:
2021-06-07 11:14:50 +03:00
parent 0c8d86711b
commit f989246d52
6 changed files with 324 additions and 610 deletions

View File

@@ -2,18 +2,18 @@
# Copyright 1999-2019 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
command="/usr/bin/stratisd"
command="/usr/libexec/stratisd"
command_args="--debug"
command_background=true
output_log=/var/log/stratisd.log
error_log=/var/log/stratisd.log
pidfile=${pidfile:-/run/stratisd.pid}
description="Easy to use local storage management for Linux"
description="Daemon that manages block devices to create filesystems"
description_start="Start stratis daemon"
description_stop="Stop stratis daemon"
depend() {
need sysfs dev-settle
need sysfs dev-settle
before fsck checkfs
after modules
}