SwordArMor-gentoo-overlay/net-misc/stayrtr/files/stayrtr-init.d
Alarig Le Lay 8ac6e208b0
net-misc/stayrtr: new package, add 0.6.1
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
2024-12-28 01:34:08 +01:00

13 lines
289 B
D

#!/sbin/openrc-run
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
name="stayrtr daemon"
description="RPKI-To-Router server implementation in Go"
command=/usr/bin/stayrtr
command_args="${STAYRTR_OPTS}"
depend() {
use net
use logger
}