summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChengwei Yang <chengwei.yang@intel.com>2013-09-18 10:29:56 +0800
committerChengwei Yang <chengwei.yang@intel.com>2013-09-18 10:30:39 +0800
commit2fbe7b2b8a8e7831ced206220fb2c33b4267bd6c (patch)
treef0c467a0a9a6199735c2bfb045193fcd8171e096
parentaa632902b20e78a37362019fea797593fd667cd8 (diff)
downloadxorg-launch-helper-2fbe7b2b8a8e7831ced206220fb2c33b4267bd6c.tar.gz
xorg-launch-helper-2fbe7b2b8a8e7831ced206220fb2c33b4267bd6c.tar.bz2
xorg-launch-helper-2fbe7b2b8a8e7831ced206220fb2c33b4267bd6c.zip
systemd: can not set negative OOMScoreAdjust for user service
systemd will put the service into failure state if set OOMScoreAdjust failed. So do not set a negative OOMScoreAdjust for user service. Bug: https://bugs.tizen.org/jira/browse/TDIST-274 Change-Id: I1ad00a33465f50a24fac5899f65872ffec7e0278 Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
-rw-r--r--xorg.service.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/xorg.service.in b/xorg.service.in
index 6cda38a..6fd6667 100644
--- a/xorg.service.in
+++ b/xorg.service.in
@@ -18,7 +18,6 @@ Before=xorg.target
[Service]
EnvironmentFile=-/etc/sysconfig/xorg
Type=forking
-OOMScoreAdjust=-1000
ExecStart=@prefix@/bin/xorg-launch-helper $OPTIONS
Restart=always
RestartSec=10