Skip to content

Commit

Permalink
Merge pull request #86 from jordiprats/master
Browse files Browse the repository at this point in the history
changed default setting **kill_user_processes** to false
  • Loading branch information
jordiprats authored Apr 10, 2018
2 parents 2a1a9f7 + ccfa501 commit 9546acd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 0.1.41

* changed default setting **kill_user_processes** to false, it was breaking compatibility on some systems
* renamed **alias** to **service_alias** in **systemd::service** and **systemd::service::dropin**

## 0.1.40
Expand Down
2 changes: 1 addition & 1 deletion manifests/logind.pp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
$inhibitors_max = 8192,
$kill_exclude_users = ['root'],
$kill_only_users = [],
$kill_user_processes = true,
$kill_user_processes = false,
$lid_switch_ignore_inhibited = true,
$n_auto_vts = 6,
$power_key_ignore_inhibited = false,
Expand Down

0 comments on commit 9546acd

Please sign in to comment.