You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/tas/files/tas.initd

18 lines
422 B

#!/sbin/openrc-run
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
name="Supermicro Thin-Agent Service"
pidfile="/run/${RC_SVCNAME}.pid"
command="/usr/bin/IPMITAS"
command_args="-agent start-service"
command_args_stop="-agent stop-service"
start_stop_daemon_args="--env LC_ALL=C"
stop() {
ebegin "Stopping ${name}"
${command} ${command_args_stop}
eend $?
}