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
=== modified file 'bin/engage'
--- bin/engage 2012-09-25 17:47:25 +0000
+++ bin/engage 2012-11-30 13:58:21 +0000
@@ -2,5 +2,5 @@
2LIBDIR=/usr/lib/engage/lib-depends2LIBDIR=/usr/lib/engage/lib-depends
3PYTHONPATH=$LIBDIR/twisted-engage.egg:$LIBDIR3PYTHONPATH=$LIBDIR/twisted-engage.egg:$LIBDIR
4export PYTHONPATH4export PYTHONPATH
5ARGS="--uid nobody --gid nogroup --logfile /var/log/engage.log --nodaemon"5ARGS="--uid nobody --gid nogroup --logfile /var/log/engage.log --pidfile /var/run/engage.pid --nodaemon"
6twistd $ARGS "$@" engage6twistd $ARGS "$@" engage
77
=== modified file 'debian/changelog'
--- debian/changelog 2012-10-27 15:34:47 +0000
+++ debian/changelog 2012-11-30 13:58:21 +0000
@@ -1,3 +1,9 @@
1engage (0.7.1) precise; urgency=low
2
3 * Move pid file to /var/run
4
5 -- Simon C <simonc@ensoft.co.uk> Fri, 30 Nov 2012 13:55:09 +0000
6
1engage (0.7.0) precise; urgency=low7engage (0.7.0) precise; urgency=low
28
3 * Auto-refresh HTTP connection every couple of minutes9 * Auto-refresh HTTP connection every couple of minutes

Subscribers

People subscribed via source and target branches

to all changes: