Noob question: How to run Guard in the background...
28 views
Skip to first unread message
Sonny Chee
unread,
Nov 9, 2016, 3:43:32 PM11/9/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to guard-dev
Hey Guys,
When I do this:
> nohup bundle exec guard --watchdir ~/log &
The call immediately exits and the nohup.out file contains the snippet:
FATAL: Pry failed to get user input using `Readline`. To fix this you may be able to pass input and output file descriptors to pry directly. e.g. Pry.config.input = STDIN
Is there a preferred way to start Guard in the background?