Skip to content

Commit

Permalink
Supports reload command. From Sergey Svishchev.
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed May 19, 2007
1 parent 8c2cddd commit 265d96a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion comms/conserver/files/conserver.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: conserver.sh,v 1.4 2004/07/10 22:35:32 salo Exp $
# $NetBSD: conserver.sh,v 1.5 2007/05/19 14:05:03 wiz Exp $
#
# PROVIDE: conserver
# REQUIRE: DAEMON
Expand All @@ -17,6 +17,7 @@ required_files="@PKG_SYSCONFDIR@/conserver.cf"
pidfile="/var/run/conserver.pid"
command_args="-d" # _must_ start as daemon from rc.d;
# add more flags through ${${name}_flags}
extra_commands="reload"

if [ -f /etc/rc.subr ]
then
Expand Down

0 comments on commit 265d96a

Please sign in to comment.