summaryrefslogtreecommitdiff
path: root/src/core/service.h
diff options
context:
space:
mode:
authorLukas Nykryn <lnykryn@redhat.com>2012-06-14 17:07:07 +0200
committerMichal Schmidt <mschmidt@redhat.com>2012-06-15 16:04:06 +0200
commit98709151f3e782eb508ba15e2a12c0b46003f061 (patch)
tree5be8acdbae6ef52d40125302b8317f290e14a0db /src/core/service.h
parent34cdc274edd870ffc27d21cf82655a0114948748 (diff)
service: timeout for oneshot services
Add possibility to specify timeout for oneshot services. [ https://bugzilla.redhat.com/show_bug.cgi?id=761656 Added minor fixups. -- michich ]
Diffstat (limited to 'src/core/service.h')
-rw-r--r--src/core/service.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/service.h b/src/core/service.h
index f4ccc2b5a0..4a7287d827 100644
--- a/src/core/service.h
+++ b/src/core/service.h
@@ -164,6 +164,7 @@ struct Service {
bool bus_name_good:1;
bool forbid_restart:1;
bool got_socket_fd:1;
+ bool timeout_defined:1;
#ifdef HAVE_SYSV_COMPAT
bool is_sysv:1;
bool sysv_has_lsb:1;