Merge lp:~ted/indicator-bluetooth/upstart-job into lp:indicator-bluetooth/13.10

Proposed by Ted Gould
Status: Work in progress
Proposed branch: lp:~ted/indicator-bluetooth/upstart-job
Merge into: lp:indicator-bluetooth/13.10
Diff against target: 47 lines (+13/-8)
3 files modified
data/Makefile.am (+5/-5)
data/indicator-bluetooth.conf.in (+8/-0)
data/indicator-bluetooth.service.in (+0/-3)
To merge this branch: bzr merge lp:~ted/indicator-bluetooth/upstart-job
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Indicator Applet Developers Pending
Review via email: mp+182464@code.launchpad.net

Commit message

Add Upstart job

Description of the change

Upstart job

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

Thanks for the work, similar to https://code.launchpad.net/~ted/indicator-session/upstart-job/+merge/166373 ... why do we need to export the env and do we need that to land this cycle?

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
59. By Ted Gould

Dropping debugging for system-wide support

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Unmerged revisions

59. By Ted Gould

Dropping debugging for system-wide support

58. By Ted Gould

Adding an Upstart job

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'data/Makefile.am'
--- data/Makefile.am 2013-08-09 22:11:59 +0000
+++ data/Makefile.am 2013-08-27 20:15:21 +0000
@@ -3,11 +3,11 @@
3indicatorsdir = $(datadir)/unity/indicators3indicatorsdir = $(datadir)/unity/indicators
4dist_indicators_DATA = com.canonical.indicator.bluetooth4dist_indicators_DATA = com.canonical.indicator.bluetooth
55
6# the dbus service file6# the upstart job file
7dbus_servicesdir = $(datadir)/dbus-1/services7upstart_jobsdir = $(datadir)/upstart/sessions
8dbus_services_DATA = indicator-bluetooth.service8upstart_jobs_DATA = indicator-bluetooth.conf
99
10%.service: %.service.in10%.conf: %.conf.in
11 sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@11 sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@
1212
13gsettings_SCHEMAS = com.canonical.indicator.bluetooth.gschema.xml13gsettings_SCHEMAS = com.canonical.indicator.bluetooth.gschema.xml
@@ -19,5 +19,5 @@
19 com.canonical.indicator.bluetooth.gschema.xml.in19 com.canonical.indicator.bluetooth.gschema.xml.in
2020
21CLEANFILES = \21CLEANFILES = \
22 $(dbus_services_DATA) \22 $(upstart_jobs_DATA) \
23 $(gsettings_SCHEMAS)23 $(gsettings_SCHEMAS)
2424
=== added file 'data/indicator-bluetooth.conf.in'
--- data/indicator-bluetooth.conf.in 1970-01-01 00:00:00 +0000
+++ data/indicator-bluetooth.conf.in 2013-08-27 20:15:21 +0000
@@ -0,0 +1,8 @@
1description "Indicator Bluetooth Backend"
2
3start on indicators-loaded or indicator-services-start
4stop on desktop-end or indicator-services-end
5
6respawn
7
8exec @pkglibexecdir@/indicator-bluetooth-service
09
=== removed file 'data/indicator-bluetooth.service.in'
--- data/indicator-bluetooth.service.in 2013-01-31 17:42:17 +0000
+++ data/indicator-bluetooth.service.in 1970-01-01 00:00:00 +0000
@@ -1,3 +0,0 @@
1[D-BUS Service]
2Name=com.canonical.indicator.bluetooth
3Exec=@pkglibexecdir@/indicator-bluetooth-service

Subscribers

People subscribed via source and target branches