Skip to content

Commit

Permalink
Use upstart logging
Browse files Browse the repository at this point in the history
  • Loading branch information
rednoah committed May 25, 2016
1 parent af616d6 commit 3776b4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions package/synology/etc/filebot-node.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
description "FileBot Node Server"

chdir /usr/local/filebot-node

exec /usr/local/filebot-node/start > /usr/local/filebot-node/node.log 2>&1
exec /usr/local/filebot-node/start
console log
2 changes: 1 addition & 1 deletion package/synology/scripts/start-stop-status
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ case "$1" in
;;

log)
echo "$SYNOPKG_PKGDEST/node.log"
echo "/var/log/upstart/$SYNOPKG_PKGDEST.log"
exit 0
;;

Expand Down

0 comments on commit 3776b4e

Please sign in to comment.