sys-fs/stratisd: update init script

pull/1/head
Alexander Miroshnichenko 2020-01-06 18:10:14 +03:00
parent 245bf706c5
commit 57df19d343
Signed by: alex
GPG Key ID: E93720C6C73A77F4
1 changed files with 3 additions and 5 deletions

View File

@ -2,14 +2,12 @@
# Copyright 1999-2019 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
: "${rundir:=/run}"
: "${stdout:=/var/log/stratisd.log}"
: "${stderr:=/var/log/stratisd.log}"
command="/usr/libexec/stratisd"
command_args="--debug"
command_background=true
pidfile=${pidfile:-${rundir}/stratisd.pid}
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_start="Start stratis daemon"
description_stop="Stop stratis daemon"