Skip to content

Commit

Permalink
Notify services by default on drop in files
Browse files Browse the repository at this point in the history
This builds on 81f3eb5 which allowed
services to be notified automatically. This changes it to default
behavior.

Fixes #74
  • Loading branch information
ekohl committed Jan 26, 2023
1 parent 8a9e03a commit 52000c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ Data type: `Boolean`

Notify a service for the unit, if it exists

Default value: `false`
Default value: `true`

##### <a name="-systemd--dropin_file--daemon_reload"></a>`daemon_reload`

Expand Down
2 changes: 1 addition & 1 deletion manifests/dropin_file.pp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
String $group = 'root',
String $mode = '0444',
Boolean $show_diff = true,
Boolean $notify_service = false,
Boolean $notify_service = true,
Boolean $daemon_reload = true,
) {
include systemd
Expand Down

0 comments on commit 52000c5

Please sign in to comment.