Add default OOM Score option from conf file
[external/systemd.git] / packaging / enable-core-dumps-globally.patch
1 From 4e97690abedeb48640f07b9312c0fd3c1d7f3059 Mon Sep 17 00:00:00 2001
2 From: Karol Lewandowski <k.lewandowsk@samsung.com>
3 Date: Mon, 31 Dec 2012 14:35:36 +0100
4 Subject: [PATCH] Enable core dumps globally
5
6 diff --git a/src/system.conf b/src/system.conf
7 index 33d09bc..6c6b7f5 100644
8 --- a/src/system.conf
9 +++ b/src/system.conf
10 @@ -24,3 +24,4 @@
11  #DefaultStandardOutput=journal
12  #DefaultStandardError=inherit
13  #JoinControllers=cpu,cpuacct
14 +DefaultLimitCORE=infinity
15 -- 
16 1.7.10.4
17