Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 581494 Details for
Bug 817968
Automatic restart of service causes its BoundBy dependencies to stop but not start again
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
[2/4] service: actually delay auto-restart if another job is pending
service-actually-delay-auto-restart-if-another-job-is-pending.patch (text/plain), 741 bytes, created by
David Ward
on 2012-05-01 23:16:22 UTC
(
hide
)
Description:
[2/4] service: actually delay auto-restart if another job is pending
Filename:
MIME Type:
Creator:
David Ward
Created:
2012-05-01 23:16:22 UTC
Size:
741 bytes
patch
obsolete
>From 0781098ce60ba0088c71381cfd27cebddd57a69f Mon Sep 17 00:00:00 2001 >From: David Ward <david.ward@ll.mit.edu> >Date: Sun, 29 Apr 2012 09:35:40 -0400 >Subject: [PATCH] service: actually delay auto-restart if another job is pending > >--- > src/service.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > >diff --git a/src/service.c b/src/service.c >index bcc0556..34b7d84 100644 >--- a/src/service.c >+++ b/src/service.c >@@ -2219,6 +2219,8 @@ static void service_enter_restart(Service *s) { > > if ((r = unit_watch_timer(UNIT(s), s->restart_usec, &s->timer_watch)) < 0) > goto fail; >+ >+ return; > } > > /* Any units that are bound to this service must also be >-- >1.7.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 817968
:
581492
| 581494 |
581495
|
581496