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/net-dialup/xl2tpd/files/xl2tpd-init-r1

12 lines
272 B

#!/sbin/openrc-run
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
command="/usr/sbin/xl2tpd"
pidfile="/var/run/xl2tpd.pid"
required_files="/etc/xl2tpd/xl2tpd.conf"
start_pre() {
checkpath -d /var/run/xl2tpd
}