summaryrefslogtreecommitdiff
path: root/app-emulation/simplevirt/files/simplevirtd.initd
blob: d8dfadbcb69b228441220bed5506aea6c8bd5a73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/sbin/openrc-run
# Copyright 1999-2019 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
}