Fix init_system_domain() description, pointed out by Elia Pinto.
This commit is contained in:
parent
cca4b7e619
commit
3979c6886f
|
@ -1,3 +1,4 @@
|
|||
- Fix init_system_domain() description, pointed out by Elia Pinto.
|
||||
- Postgresql selabel_lookup update from KaiGai Kohei.
|
||||
- Dovecot managesieve support from Mika Pfluger.
|
||||
- Semicolon after interface/template calls cleanup from Elia Pinto.
|
||||
|
|
|
@ -304,10 +304,10 @@ interface(`init_ranged_daemon_domain',`
|
|||
## </summary>
|
||||
## <desc>
|
||||
## <p>
|
||||
## Create a domain for long running processes (daemons/services)
|
||||
## Create a domain for short running processes
|
||||
## which are started by init scripts. These are generally applications that
|
||||
## are used to initialize the system during boot.
|
||||
## Long running processes
|
||||
## Long running processes, such as daemons/services
|
||||
## should use the init_daemon_domain() interface instead.
|
||||
## Typically all short running processes started by an init
|
||||
## script (usually in /etc/init.d) will need to use this
|
||||
|
|
Loading…
Reference in New Issue