Files
guru/app-admin/glance/files/glance.initd
Alessandro Barbieri 46c1a769ae app-admin/glance: fix header
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2022-04-28 10:05:30 +02:00

16 lines
372 B
Plaintext

#!/sbin/openrc-run
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
description="Starts ${SVCNAME} service for OpenStack"
command=/usr/bin/${RC_SVCNAME}
command_user="${GLANCE_USER:-glance}"
command_background=yes
pidfile=/run/${RC_SVCNAME}.pid
required_files=/etc/glance/${RC_SVCNAME}.conf
depend() {
need net
}