Skip to content

Commit

Permalink
fix syslog issue (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Jan 31, 2023
1 parent d7112bb commit ef58028
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ if [[ "$1" == "irods-start" ]]; then

chmod a+x /var/lib/irods/irodsctl
chown -cR $IRODS_SERVICE_ACCOUNT_GROUP:$IRODS_SERVICE_ACCOUNT_USER /etc/irods
sed -i '/imklog/s/^/#/' /etc/rsyslog.conf

echo "iRODS server role: $IRODS_ROLE"

Expand Down

0 comments on commit ef58028

Please sign in to comment.