Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/etc
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2014-02-20 07:25:03 +0400
committerBryan Drewery <bryan@shatow.net>2014-02-20 07:25:03 +0400
commite7ce6aeaa54f00df523c4b17122c4548c6207e2c (patch)
tree7ee567c90c54b0eef2b28de37b5e29315a073ca0 /src/etc
parent22954d5db09f732467aa33c7efc25b7d23ac5a7e (diff)
Support SIGHUP in poudriered and add reload to rc script
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/rc.d/poudriered.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/etc/rc.d/poudriered.in b/src/etc/rc.d/poudriered.in
index 2feb835a..cad437e8 100644
--- a/src/etc/rc.d/poudriered.in
+++ b/src/etc/rc.d/poudriered.in
@@ -23,6 +23,7 @@ load_rc_config ${name}
pidfile="${poudriered_pidfile}"
command=/usr/local/bin/poudriered
+extra_commands="reload"
# run service
run_rc_command "$1"