clarify note on RC scripts

This commit is contained in:
Oliver Gorwits
2014-05-03 09:07:56 +01:00
parent af6aafd437
commit 643dbff69e
2 changed files with 4 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ App::Netdisco::Manual::Deployment - Tips and Tricks for Deployment
=head1 Init and Run Control Scripts =head1 Init and Run Control Scripts
The Netdisco applications will emit RC scripts suitable for Linux systems: The Netdisco applications will generate RC scripts suitable for Linux systems:
bin/netdisco-web get_init_file bin/netdisco-web get_init_file
bin/netdisco-daemon get_init_file bin/netdisco-daemon get_init_file

View File

@@ -45,8 +45,9 @@ respectively) will now watch your C<deployment.yml> configuration file, and
restart themselves whenever it is changed. restart themselves whenever it is changed.
The Web and Backend daemons will also now drop privilege to the same user and The Web and Backend daemons will also now drop privilege to the same user and
group as their files on disk. This allows you to symlink the programs as group as their files on disk. This allows use of run control (init) scripts
run-control scripts, yet maintain non-root privilege status. whilst maintaining non-root privilege status (see
L<Deployment|App::Netdisco::Manual::Deployment> documentation for details).
The housekeeping task C<expiry> has been renamed to C<expire>. Old The housekeeping task C<expiry> has been renamed to C<expire>. Old
configuration will continue to work, but we recommend you rename this part of configuration will continue to work, but we recommend you rename this part of