sys-fs/stratisd: update init script
This commit is contained in:
@@ -8,10 +8,12 @@ command_background=true
|
||||
output_log=/var/log/stratisd.log
|
||||
error_log=/var/log/stratisd.log
|
||||
pidfile=${pidfile:-/run/stratisd.pid}
|
||||
description="Stratis is a Linux local storage management tool that aims to enable easy use of advanced storage features such as thin provisioning, snapshots, and pool-based management and monitoring"
|
||||
description="Easy to use local storage management for Linux"
|
||||
description_start="Start stratis daemon"
|
||||
description_stop="Stop stratis daemon"
|
||||
|
||||
depend() {
|
||||
need sysfs
|
||||
need sysfs dev-settle
|
||||
before fsck checkfs
|
||||
after modules
|
||||
}
|
||||
Reference in New Issue
Block a user