goofys
goofys copied to clipboard
logs only to stdout
is there any way to do it without -f
, I am in Kubernetes and want this to start and then run another command using &&, is I use -f
, it will never run the next command?
eg:
/bin/goofys BUCKET /path/ && node index.js
goofys also logs to syslog, location of syslog can change based on what OS / distro you are running
For me on centos it is /var/log/messages
$ tail -f /var/log/messages
Sep 6 09:23:05 ip-10-125-253-247 /usr/sbin/goofys[10751]: main.INFO File system has been successfully mounted.