Merge lp:~alfonsosanchezbeato/nuntium/upstart-respawn into lp:nuntium/packaging

Proposed by Alfonso Sanchez-Beato
Status: Merged
Approved by: Sergio Schvezov
Approved revision: 94
Merged at revision: 94
Proposed branch: lp:~alfonsosanchezbeato/nuntium/upstart-respawn
Merge into: lp:nuntium/packaging
Diff against target: 25 lines (+9/-0)
2 files modified
debian/changelog (+6/-0)
debian/nuntium.conf (+3/-0)
To merge this branch: bzr merge lp:~alfonsosanchezbeato/nuntium/upstart-respawn
Reviewer Review Type Date Requested Status
Sergio Schvezov Approve
Review via email: mp+259383@code.launchpad.net

Commit message

Change upstart job so nuntium is re-spawned after an exit/crash

Description of the change

Change upstart job so nuntium is re-spawned after an exit/crash

To post a comment you must log in.
Revision history for this message
Sergio Schvezov (sergiusens) wrote :

lgtm

review: Approve
95. By Alfonso Sanchez-Beato

Fix changelog version

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2015-04-22 00:58:08 +0000
3+++ debian/changelog 2015-05-21 06:26:26 +0000
4@@ -1,3 +1,9 @@
5+nuntium (1.4+15.04.20150518-0ubuntu1) UNRELEASED; urgency=medium
6+
7+ * Change upstart job so nuntium is re-spawned after an exit/crash
8+
9+ -- Alfonso Sanchez-Beato (email Canonical) <alfonso.sanchez-beato@canonical.com> Mon, 18 May 2015 15:36:23 +0200
10+
11 nuntium (1.4+15.04.20150422-0ubuntu1) vivid; urgency=medium
12
13 [ CI Train Bot ]
14
15=== modified file 'debian/nuntium.conf'
16--- debian/nuntium.conf 2014-11-07 13:51:55 +0000
17+++ debian/nuntium.conf 2015-05-21 06:26:26 +0000
18@@ -3,4 +3,7 @@
19 start on (:sys:started JOB=ofono or started dbus)
20 stop on :sys:stopping JOB=ofono
21
22+respawn
23+respawn limit 10 10
24+
25 exec nuntium

Subscribers

People subscribed via source and target branches