Merge lp:~slimey/engage/bugfix into lp:engage

Proposed by Simon C
Status: Merged
Approved by: Simon C
Approved revision: no longer in the source branch.
Merged at revision: 10
Proposed branch: lp:~slimey/engage/bugfix
Merge into: lp:engage
Diff against target: 24 lines (+7/-1)
2 files modified
bin/engage (+1/-1)
debian/changelog (+6/-0)
To merge this branch: bzr merge lp:~slimey/engage/bugfix
Reviewer Review Type Date Requested Status
Simon C Approve
Review via email: mp+137198@code.launchpad.net

Commit message

Move pidfile to /var/run, where it should be

Description of the change

Move pidfile to /var/run, where it should be

To post a comment you must log in.
Revision history for this message
Simon C (slimey) :
review: Approve
lp:~slimey/engage/bugfix updated
10. By Simon C

Move pidfile to /var/run, where it should be

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/engage'
2--- bin/engage 2012-09-25 17:47:25 +0000
3+++ bin/engage 2012-11-30 13:58:21 +0000
4@@ -2,5 +2,5 @@
5 LIBDIR=/usr/lib/engage/lib-depends
6 PYTHONPATH=$LIBDIR/twisted-engage.egg:$LIBDIR
7 export PYTHONPATH
8-ARGS="--uid nobody --gid nogroup --logfile /var/log/engage.log --nodaemon"
9+ARGS="--uid nobody --gid nogroup --logfile /var/log/engage.log --pidfile /var/run/engage.pid --nodaemon"
10 twistd $ARGS "$@" engage
11
12=== modified file 'debian/changelog'
13--- debian/changelog 2012-10-27 15:34:47 +0000
14+++ debian/changelog 2012-11-30 13:58:21 +0000
15@@ -1,3 +1,9 @@
16+engage (0.7.1) precise; urgency=low
17+
18+ * Move pid file to /var/run
19+
20+ -- Simon C <simonc@ensoft.co.uk> Fri, 30 Nov 2012 13:55:09 +0000
21+
22 engage (0.7.0) precise; urgency=low
23
24 * Auto-refresh HTTP connection every couple of minutes

Subscribers

People subscribed via source and target branches

to all changes: