Skip to content

Commit

Permalink
Version bump after support for env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
arvind-agarwal committed Jan 20, 2015
1 parent d48624d commit 95fbd8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "forever-service",
"version": "0.4.2",
"version": "0.4.3",
"preferGlobal": "true",
"description": "Provision node script as a service via forever, allowing it to automatically start on boot, working across various Linux distros and OS",
"main": "lib/api.js",
Expand Down
2 changes: 1 addition & 1 deletion templates/sysvinit/initd.template
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ start() {
ulimit -u 32000
{% endif %}

{{envVars|default('')}} \
{{envVars|default('')}} \
{{foreverPath}}forever \
--pidFile $PIDFILE \
-a \
Expand Down

0 comments on commit 95fbd8f

Please sign in to comment.