You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/simplevirt/files/simplevirtd.initd

16 lines
334 B

#!/sbin/openrc-run
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
name="simplevirtd"
pidfile="/run/simplevirtd.pid"
retry="SIGTERM/7200"
command="/usr/sbin/simplevirtd"
command_background="1"
command_args="--syslog ${SIMPLEVIRTD_ARGS}"
depend() {
need net
use dns logger
}