root / techniques / systemSettings / process / processManagement / 1.0 / proclist.st @ 15bb3598
History | View | Annotate | Download (1.2 kB)
| 1 |
##################################################################################### |
|---|---|
| 2 |
# Copyright 2011 Normation SAS |
| 3 |
##################################################################################### |
| 4 |
# |
| 5 |
# This program is free software: you can redistribute it and/or modify |
| 6 |
# it under the terms of the GNU General Public License as published by |
| 7 |
# the Free Software Foundation, Version 3. |
| 8 |
# |
| 9 |
# This program is distributed in the hope that it will be useful, |
| 10 |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 11 |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 12 |
# GNU General Public License for more details. |
| 13 |
# |
| 14 |
# You should have received a copy of the GNU General Public License |
| 15 |
# along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 16 |
# |
| 17 |
##################################################################################### |
| 18 |
|
| 19 |
# List of the process parameters to enforce |
| 20 |
# Format of the file : |
| 21 |
# policyIsntanceId, name:maximum_instances:minimum_instances |
| 22 |
&TRACKINGKEY, PROCESS_NAME, PROCESS_MIN_INSTANCES, PROCESS_MAX_INSTANCES, PROCESS_COMMAND, PROCESS_MAX_ARGS:{policyInstanceId, name, maxInst, minInst, command, args | &policyInstanceId&,&name&,&maxInst&,&minInst&,&command&,&args&
|
| 23 |
}& |