blob: acdedbfc124281480eaede2bfba6505066b1081b (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
# Config file for /etc/init.d/ipcad
# Any extra options you want to pass to ipcad
# on start-up should be put here.
# Read tables on startup (-r), daemonize (-d), and save tables on exit (-s).
IPCAD_OPTS="-rds"
|