Currently in my upstart script, chdir
points to a symlink (soft).
Does chdir respect the symlink or goes directly to the symlinked directory?
The question why I ask this is because in a web server I use (Puma), pwd
command now using the chdir
stanza does not point to the symlink directory.
See https://github.com/puma/puma/issues/539 for more info.
Thank you.