Questo pacchetto contiene il servizio "puppetmaster" e gli script init che sono adatti per installazioni piccole.
This package contains the "puppetmaster" service and init script, which is suitable for small deployments.
In fase di installazione il pacchetto installa inoltre uno script init in/etc/init.d/cpufrequtils e un file di configurazione in/etc/default/cpufrequtils.
On installation the package also installs an init script in/etc/init.d/cpufrequtils and a configuration file in/etc/default/cpufrequtils.
In particolare gli script init obsoleti possono causare problemi.
Il nuovo rilascio ha introdotto una sequenza di avvio basata sulle dipendenze, che permette l'elaborazione in parallelo degli script init, velocizzando l'avvio del sistema.
The new release introduced a dependency based boot sequence, which allowed for parallel init script processing, speeding system startup.
Se non si ottiene il comportamento voluto cambiando queste variabili, si possono modificare gli script init stessi.
If you cannot get the behavior you want by changing such variables then you may modify the init scripts themselves.
Questi script init vengono semplicemente considerati una fonte di configurazione differente, facilitano il percorso d'aggiornamento ai servizi systemd.
These init scripts are simply considered a different source of configuration, easing the differente, facilitano il percorso d'aggiornamento ai servizi systemd.
Per questo, l'aggiornamento di alcuni pacchetti che sono stati convertiti per usare i processi di upstart al posto degli script init, potrebbe non riuscire all'interno di un chroot.
This will cause some packages that have been converted to use upstart jobs instead of init scripts to fail to upgrade within a chroot.
Gli script init per i demoni sono archiviati in/etc/init.d/ insieme agli altri script di avvio di sistema.
Daemon init scripts are stored in/etc/init.d/ along with the system's other boot-time init scripts.
Il parametro predefinito per ciascuno script init
The default parameter for each init script
Inoltre, dato che i collegamenti possono avere nomi diversi dai file originali, possono essere ordinati senza doversi preoccupare di quale nome abbiano (come con gli script init).
Also, since the links can have different names from the original files, then they can be ordered without having to worry about what names they have (as with the init scripts).
È possibile eseguire questo script una volta che hai fatto il login (ha bisogno dei privilegi di root però), eseguilo da/etc/rc.local o anche come script init.
You could run this script once you're logged in (it needs root privileges though), run it from/etc/rc.local or even as an init script.
Per (ri)abilitare/disabilitare un demone (usando le impostazioni e i runlevel predefiniti) eseguire il seguente comando, dove <demone> corrisponde al nome dello script init come elencato in/etc/init.d
To (re)enable/disable a daemon (using the default settings & runlevels) run the following command, where <daemon> corresponds to the name of the init script as listed in/etc/init.d
L'utilizzo di script init espandibili basati su hook; che supportano hooks personalizzati che possono essere facilmente inclusi nei pacchetti pacman.
Using an extendable hook-based init script, which supports custom hooks that can easily be included in pacman packages.