Skip to content

Commit

Permalink
openrc: enable rc_controller_cgroups (#79)
Browse files Browse the repository at this point in the history
openrc: enable rc_controller_cgroups
  • Loading branch information
alexminder authored Mar 4, 2020
1 parent 1079bb6 commit 248d3c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sls/openrc/conf.sls
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ manage-rc-conf:
- context: /files/etc/rc.conf
- changes:
- set rc_parallel {{ 'YES' if rc_conf.get('parallel', True) else 'NO' }}
- set rc_controller_cgroups "YES"
- set rc_logger {{ 'YES' if rc_conf.get('logger', True) else 'NO' }}
- set rc_log_path {{ rc_conf.get('log_path', '/var/log/rc.log') }}
- set rc_crashed_start {{ 'YES' if rc_conf.get('crashed_start', True) else 'NO' }}
Expand Down

0 comments on commit 248d3c3

Please sign in to comment.