You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with god version 0.13.5 if you start god as non root user if can not open and read files owed and grouped by that user.
su -c '/usr/local/bin/god -p 67777 -D -c /path/to/config' username
[2016-06-16 13:38:44] ERROR: Log directory '/srv/www/apps/app/log' is not writable by xxxx
The xxxx user has permissions to read, write and execute on that directory.
su to that user and user is able to create and modify files in that directory.
running ruby 2.1.7
The text was updated successfully, but these errors were encountered:
Starting with god version 0.13.5 if you start god as non root user if can not open and read files owed and grouped by that user.
su -c '/usr/local/bin/god -p 67777 -D -c /path/to/config' username
[2016-06-16 13:38:44] ERROR: Log directory '/srv/www/apps/app/log' is not writable by xxxx
The xxxx user has permissions to read, write and execute on that directory.
su to that user and user is able to create and modify files in that directory.
running ruby 2.1.7
The text was updated successfully, but these errors were encountered: