From 643dbff69ef9b7c65250a82852baddd78429e159 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sat, 3 May 2014 09:07:56 +0100 Subject: [PATCH] clarify note on RC scripts --- Netdisco/lib/App/Netdisco/Manual/Deployment.pod | 2 +- Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Netdisco/lib/App/Netdisco/Manual/Deployment.pod b/Netdisco/lib/App/Netdisco/Manual/Deployment.pod index 9e6c959b..a340ea63 100644 --- a/Netdisco/lib/App/Netdisco/Manual/Deployment.pod +++ b/Netdisco/lib/App/Netdisco/Manual/Deployment.pod @@ -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 diff --git a/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod b/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod index c253dc29..afaa18ee 100644 --- a/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod +++ b/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod @@ -45,8 +45,9 @@ respectively) will now watch your C 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 documentation for details). The housekeeping task C has been renamed to C. Old configuration will continue to work, but we recommend you rename this part of