summaryrefslogtreecommitdiffstats
path: root/src/Daemon/com.redhat.abrt.service
diff options
context:
space:
mode:
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