Merge lp:~gingerchris/endroid/serviceclifix into lp:endroid

Proposed by ChrisD
Status: Merged
Approved by: ChrisD
Approved revision: 58
Merged at revision: 58
Proposed branch: lp:~gingerchris/endroid/serviceclifix
Merge into: lp:endroid
Diff against target: 12 lines (+1/-1)
1 file modified
etc/init/endroid.conf (+1/-1)
To merge this branch: bzr merge lp:~gingerchris/endroid/serviceclifix
Reviewer Review Type Date Requested Status
ChrisD Approve
Review via email: mp+184142@code.launchpad.net

Commit message

Fix to the endroid.conf so endroid (as a service) is spawned with the correct args)

Description of the change

Fix to the endroid.conf so endroid (as a service) is spawned with the correct args)

To post a comment you must log in.
Revision history for this message
Martin Morrison (isoschiz) wrote :

Voting does not meet specified criteria. Required: Approve >= 1, Disapprove == 0. Got: 1 Pending.

Revision history for this message
ChrisD (gingerchris) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'etc/init/endroid.conf'
2--- etc/init/endroid.conf 2012-09-02 21:40:31 +0000
3+++ etc/init/endroid.conf 2013-09-05 16:42:15 +0000
4@@ -1,7 +1,7 @@
5 description "EnDroid XMPP bot"
6 author "Ensoft Limited"
7
8-exec /usr/bin/endroid -L /var/log/endroid.log /etc/endroid/endroid.conf
9+exec /usr/bin/endroid -L /var/log/endroid.log --config /etc/endroid/endroid.conf
10 start on net-device-up
11 stop on stopping network
12 stop on starting shutdown

Subscribers

People subscribed via source and target branches