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/app-misc/spire/files/spire-agent.initd

13 lines
403 B

#!/sbin/openrc-run
# Copyright 2019 Sony Interactive Entertainment LLC
# Distributed under the terms of the GNU General Public License v2
name="spire agent daemon"
description="spire agent"
logfile="${logfile:-/var/log/spire/spire-agent.log}"
command=/opt/spire/spire-agent
command_args="run --logFile ${logfile} ${spire_agent_args}"
command_user=spire
directory=/opt/spire
supervisor=supervise-daemon