summaryrefslogtreecommitdiff
blob: 75bca14a484ed1025c7047a70aa7ebb8c4bbb350 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/sbin/openrc-run
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# $Id$

description="start a daemon to maintain a virtual connection using netvfy"

command="netvfy-agent -c ${NETWORK_NAME}"
command_background="true"
pidfile="/var/run/${SVCNAME}.pid"

depend() {
	use net
}