summaryrefslogtreecommitdiffstats
path: root/src/Daemon/com.redhat.abrt.service
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-11-02 15:35:05 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-11-02 15:35:05 +0100
commit1eec1e1b5c5f5c7a032b32165139274b170ec06f (patch)
treebd0ff48b2b8f0230fd3c3e7d23f2a80473512e7d /src/Daemon/com.redhat.abrt.service
parente663e0abf48efb07fe7ed644ae27e624e207e5c2 (diff)
downloadabrt-1eec1e1b5c5f5c7a032b32165139274b170ec06f.tar.gz
abrt-1eec1e1b5c5f5c7a032b32165139274b170ec06f.tar.xz
abrt-1eec1e1b5c5f5c7a032b32165139274b170ec06f.zip
com.redhat.abrt.service: removed -t33
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Daemon/com.redhat.abrt.service')
-rw-r--r--src/Daemon/com.redhat.abrt.service8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Daemon/com.redhat.abrt.service b/src/Daemon/com.redhat.abrt.service
index e12c7ee3..b251ef7f 100644
--- a/src/Daemon/com.redhat.abrt.service
+++ b/src/Daemon/com.redhat.abrt.service
@@ -1,7 +1,7 @@
[D-BUS Service]
Name=com.redhat.abrt
-# We use small timeout of 33 seconds in order to make
-# "abrtd exited while clients existed but were idle" situations
-# to be triggered more often and thus better tested
-Exec=/usr/sbin/abrtd -ds -t33
+# For testing, you may add -t33 to use small timeout of 33 seconds.
+# This will make "abrtd exited while clients existed but were idle"
+# situations easy to trigger
+Exec=/usr/sbin/abrtd -ds
User=root