2fe17ee8a3
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Horea Christian <chr@chymera.eu>
15 lines
381 B
Plaintext
15 lines
381 B
Plaintext
#!/sbin/openrc-run
|
|
# Copyright 2020 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
name="repositorg daemon"
|
|
description=""
|
|
supervisor=supervise-daemon
|
|
pidfile=/var/run/repositorg_uuid.pid
|
|
|
|
command="/usr/bin/repositorg_uuid"
|
|
command_args="${repositorg_args}"
|
|
command_user="${RC_SVCNAME#*.}"
|
|
|
|
output_log="/var/log/${RC_SVCNAME}/${RC_SVCNAME}.log"
|