-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -162,6 +162,12 @@ using them for internal processing such as process tracking. | |
- `filter-labels`: A list of strings that are matched against process | ||
labels. Default: empty | ||
|
||
# SIGNALS | ||
|
||
`SIGHUP` causes `laurel` to process any buffered input and restart. It | ||
can be used to reconfigure `laurel` without having restarting | ||
`auditd(8)` which would likely lead to lost audit messages. | ||
|
||
# AUTHORS | ||
- Hilko Bengen <<[email protected]>> | ||
- Sergej Schmidt <<[email protected]>> |