Skip to content

Commit

Permalink
Shorten long titles
Browse files Browse the repository at this point in the history
  • Loading branch information
atsaloli committed Feb 7, 2018
1 parent fd9d0c2 commit 62933b1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions cf-primer.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,9 @@ This policy uses a `processes` promise to check the process table (with `ps`) fo

When CFEngine executes `commands` promises Apache will be started.

# Ensuring Processes are Not Running: Using Processes and Commands
# Ensuring Processes are Not Running

Stopping a running process:

bundle agent stop_bluetooth {

Expand All @@ -542,7 +544,9 @@ When CFEngine executes `commands` promises Apache will be started.

This policy uses a `processes` promise to check the process table (with `ps`) for the regular expression `.*bluetoothd.*`. If it is found the `process_stop` command is executed.

# Ensuring Processes are Not Running: Using Processes and Signals
# Ensuring Processes are Not Running

Killing a running process:

bundle agent stop_bluetooth {

Expand Down

0 comments on commit 62933b1

Please sign in to comment.