Skip to content

Commit

Permalink
Get rid of background.
Browse files Browse the repository at this point in the history
  • Loading branch information
gphat committed Feb 8, 2012
1 parent c471089 commit bf2a1fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Revision history for Dist-Zilla-Plugin-Dpkg-PerlbrewStarman


{{$NEXT}} {{$NEXT}}
- Remove sourcing of debconf, which is evidently code for "stop working" - Remove sourcing of debconf, which is evidently code for "stop working"
- Remove --background from start-stop-daemon
- Add restart of nginx - Add restart of nginx


0.07 Jan 20 2012 0.07 Jan 20 2012
Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Plugin/Dpkg/PerlbrewStarman.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ check_compile() \{
_start() \{ _start() \{
export {$package_shell_name}_HOME=$APPDIR export {$package_shell_name}_HOME=$APPDIR
/sbin/start-stop-daemon --start --background --pidfile $PIDFILE --chdir $APPDIR --exec $DAEMON -- \ /sbin/start-stop-daemon --start --pidfile $PIDFILE --chdir $APPDIR --exec $DAEMON -- \
$DAEMON_ARGS \ $DAEMON_ARGS \
|| return 2 || return 2
Expand Down

0 comments on commit bf2a1fd

Please sign in to comment.