Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
Drop redirectios to /dev/null when starting up the server
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Bottazzini <[email protected]>
  • Loading branch information
Bruno Bottazzini committed Apr 28, 2016
1 parent 986a818 commit a6688de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/units/soletta-dev-app-server.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Description=Run Soletta Development Application server

[Service]
StandardOutput=null
ExecStart=/usr/bin/NODE_BIN_NAME PATH/server/app.js 1> /dev/null 2>&1
ExecStart=/usr/bin/NODE_BIN_NAME PATH/server/app.js
Environment="NODE_ENV=production"

[Install]
Expand Down

0 comments on commit a6688de

Please sign in to comment.