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

command="/usr/sbin/xl2tpd"
pidfile="/var/run/xl2tpd.pid"
required_files="/etc/xl2tpd/xl2tpd.conf"

start_pre() {
	checkpath -d /var/run/xl2tpd
}