SwordArMor-gentoo-overlay/net-misc/stayrtr/files/stayrtr-init.d

14 lines
289 B
D
Raw Normal View History

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