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