Skip to content

Commit

Permalink
Fix backwards (un)label-script example
Browse files Browse the repository at this point in the history
Close: #185
  • Loading branch information
hillu committed Dec 27, 2023
1 parent 17af24e commit 47d0007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/laurel/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ unlabel-exe."bin/php$" = "java"

# Labels can be attached to or removed from processes that have been identified as
# scripts.
label-script."maint" = "^/root/maint-.*[.]sh$"
label-script."^/root/maint-.*[.]sh$" = "maint"

# unlabel-script."maint" = ""
# unlabel-script."" = "maint"

# Process Labels can be propagated to spawned child processes. This is
# useful for marking an entire subtree of children that have been
Expand Down

0 comments on commit 47d0007

Please sign in to comment.