Merge lp:~pitti/indicator-datetime/fix-systemd-unit into lp:indicator-datetime

Proposed by Martin Pitt
Status: Merged
Approved by: Iain Lane
Approved revision: 461
Merged at revision: 464
Proposed branch: lp:~pitti/indicator-datetime/fix-systemd-unit
Merge into: lp:indicator-datetime
Prerequisite: lp:~ted/indicator-datetime/systemd-unit
Diff against target: 10 lines (+1/-1)
1 file modified
data/indicator-datetime.service.in (+1/-1)
To merge this branch: bzr merge lp:~pitti/indicator-datetime/fix-systemd-unit
Reviewer Review Type Date Requested Status
Iain Lane Approve
Review via email: mp+308786@code.launchpad.net

Commit message

Add a systemd user unit

Description of the change

Fix a typo in Ted's original systemd branch which led to ExecStart= having no path.

To post a comment you must log in.
Revision history for this message
Iain Lane (laney) wrote :

I didn't check the output, but assuming you did - LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/indicator-datetime.service.in'
2--- data/indicator-datetime.service.in 2016-10-19 09:56:37 +0000
3+++ data/indicator-datetime.service.in 2016-10-19 09:56:37 +0000
4@@ -4,5 +4,5 @@
5 After=indicators-pre.target
6
7 [Service]
8-ExecStart=@pkglibexec@/indicator-datetime-service
9+ExecStart=@pkglibexecdir@/indicator-datetime-service
10 Restart=on-failure

Subscribers

People subscribed via source and target branches