Skip to content

Commit

Permalink
rc: allow to stop launch of configd
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Jul 21, 2017
1 parent ea6b5bd commit e5b0401
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/etc/rc.d/configd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@

. /etc/rc.subr

name=configd
name="configd"
rcvar="configd_enable"
: ${configd_enable="YES"}
pidfile="/var/run/${name}.pid"

start_precmd=configd_prestart
Expand Down

0 comments on commit e5b0401

Please sign in to comment.