Merge lp:~bfiller/address-book-service/add-upstart into lp:address-book-service

Proposed by Bill Filler
Status: Merged
Approved by: Renato Araujo Oliveira Filho
Approved revision: 53
Merged at revision: 51
Proposed branch: lp:~bfiller/address-book-service/add-upstart
Merge into: lp:address-book-service
Diff against target: 22 lines (+10/-0)
2 files modified
debian/address-book-service.install (+1/-0)
upstart/address-book-service.conf (+9/-0)
To merge this branch: bzr merge lp:~bfiller/address-book-service/add-upstart
Reviewer Review Type Date Requested Status
Renato Araujo Oliveira Filho (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+175402@code.launchpad.net

Commit message

add autostart for upstart

Description of the change

add autostart for upstart

To post a comment you must log in.
53. By Bill Filler

remove changelog entry

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Renato Araujo Oliveira Filho (renatofilho) wrote :

looks good to me

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/address-book-service.install'
2--- debian/address-book-service.install 2013-06-12 14:53:38 +0000
3+++ debian/address-book-service.install 2013-07-17 21:25:38 +0000
4@@ -1,2 +1,3 @@
5 usr/lib/*/address-book-service/*
6 usr/share/dbus-1/services/com.canonical.pim.service
7+upstart/address-book-service.conf /usr/share/upstart/sessions
8
9=== added directory 'upstart'
10=== added file 'upstart/address-book-service.conf'
11--- upstart/address-book-service.conf 1970-01-01 00:00:00 +0000
12+++ upstart/address-book-service.conf 2013-07-17 21:25:38 +0000
13@@ -0,0 +1,9 @@
14+description "address-book-service"
15+author "Bill Filler <bill.filler@canonical.com>"
16+
17+start on started unity8
18+stop on session-end
19+
20+respawn
21+
22+exec /usr/lib/arm-linux-gnueabihf/address-book-service/address-book-service

Subscribers

People subscribed via source and target branches