1
0
mirror of synced 2024-05-31 01:38:12 +02:00
TheChymera-overlay/app-misc/repositorg/files/repositorg_uuid.initd

15 lines
381 B
Plaintext
Raw Normal View History

#!/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"