clarify note on RC scripts
This commit is contained in:
		| @@ -4,7 +4,7 @@ App::Netdisco::Manual::Deployment - Tips and Tricks for Deployment | ||||
|  | ||||
| =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-daemon get_init_file | ||||
|   | ||||
| @@ -45,8 +45,9 @@ respectively) will now watch your C<deployment.yml> configuration file, and | ||||
| restart themselves whenever it is changed. | ||||
|  | ||||
| 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 | ||||
| run-control scripts, yet maintain non-root privilege status. | ||||
| group as their files on disk. This allows use of run control (init) scripts | ||||
| 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 | ||||
| configuration will continue to work, but we recommend you rename this part of | ||||
|   | ||||
		Reference in New Issue
	
	Block a user