File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ systemd::accounting :
3+ DefaultCPUAccounting : ' yes'
4+ DefaultIOAccounting : ' yes'
5+ DefaultIPAccounting : ' yes'
6+ DefaultBlockIOAccounting : ' yes'
7+ DefaultMemoryAccounting : ' yes'
8+ DefaultTasksAccounting : ' yes'
Original file line number Diff line number Diff line change 7373 {
7474 "operatingsystem" : " Archlinux"
7575 },
76+ {
77+ "operatingsystem" : " Gentoo"
78+ },
7679 {
7780 "operatingsystem" : " Fedora" ,
7881 "operatingsystemrelease" : [
Original file line number Diff line number Diff line change 252252 accounting = %w[ DefaultCPUAccounting DefaultIOAccounting DefaultIPAccounting DefaultBlockIOAccounting DefaultMemoryAccounting DefaultTasksAccounting ]
253253 when 'Debian'
254254 accounting = %w[ DefaultCPUAccounting DefaultBlockIOAccounting DefaultMemoryAccounting ]
255+ when 'Gentoo'
256+ accounting = %w[ DefaultCPUAccounting DefaultIOAccounting DefaultIPAccounting DefaultBlockIOAccounting DefaultMemoryAccounting DefaultTasksAccounting ]
255257 when 'RedHat'
256258 accounting = %w[ DefaultCPUAccounting DefaultBlockIOAccounting DefaultMemoryAccounting DefaultTasksAccounting ]
257259 when 'Suse'
You can’t perform that action at this time.
0 commit comments