summaryrefslogtreecommitdiff
blob: 4594f5d1fa8d789a095eb59f6c308fb97ea2d076 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/sbin/openrc-run
# Copyright 2019 Sony Interactive Entertainment LLC
# Distributed under the terms of the GNU General Public License v2

name="spire server daemon"
description="spire server"
logfile="${logfile:-/var/log/spire/spire-server.log}"
command=/opt/spire/spire-server
command_args="run --logFile ${logfile} ${spire_server_args}"
command_user=spire
directory=/opt/spire
supervisor=supervise-daemon