add stratis-2.3.0 package

This commit is contained in:
2020-12-09 13:37:53 +03:00
parent a2858e5fbe
commit 26f672311b
6 changed files with 304 additions and 363 deletions

View File

@@ -0,0 +1,19 @@
#!/sbin/openrc-run
# Copyright 1999-2019 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
command="/usr/bin/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_start="Start stratis daemon"
description_stop="Stop stratis daemon"
depend() {
need sysfs dev-settle
before fsck checkfs
after modules
}