diff options
author | Michael K. Johnson <johnsonm@redhat.com> | 1998-02-13 23:01:30 +0000 |
---|---|---|
committer | Michael K. Johnson <johnsonm@redhat.com> | 1998-02-13 23:01:30 +0000 |
commit | be1a7bc3fded437dfef4b7d0f665250379610c30 (patch) | |
tree | 1f4329e8a3acd91ea5959b6f671f29b34676365f | |
parent | 6b5e94313caecd2e612d5337a7d455a89e6bfd14 (diff) | |
download | initscripts-be1a7bc3fded437dfef4b7d0f665250379610c30.tar initscripts-be1a7bc3fded437dfef4b7d0f665250379610c30.tar.gz initscripts-be1a7bc3fded437dfef4b7d0f665250379610c30.tar.bz2 initscripts-be1a7bc3fded437dfef4b7d0f665250379610c30.tar.xz initscripts-be1a7bc3fded437dfef4b7d0f665250379610c30.zip |
per-config file autoreloadv_1_10r3_patchset1
-rw-r--r-- | sysvinitfiles | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysvinitfiles b/sysvinitfiles index e386a386..c0f4fc08 100644 --- a/sysvinitfiles +++ b/sysvinitfiles @@ -146,6 +146,12 @@ Tags # config: /etc/httpd/conf/httpd.conf # config: /etc/httpd/conf/srm.conf + Optionally, if the server will automatically reload the config + file if it is changed (but not others, hence the autoreload: + tag is not specified for the whole file), you can append the + word "autoreload" to the line: + # config: /etc/foobar.conf autoreload + # pidfile: Optional, multiple entries allowed. Use just like the config |