Skip to content
Snippets Groups Projects
Unverified Commit 1ce787f7 authored by Luis Paolini's avatar Luis Paolini Committed by GitHub
Browse files

Update running-metabase-on-debian.md (#16163)

parent d64253e1
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ For security reasons we want to have Metabase run as an unprivileged user. We wi
$ sudo useradd -r -s /bin/false -g metabase metabase
$ sudo chown -R metabase:metabase </your/path/to/metabase/directory>
$ sudo touch /var/log/metabase.log
$ sudo chown metabase:metabase /var/log/metabase.log
$ sudo chown syslog:adm /var/log/metabase.log
$ sudo touch /etc/default/metabase
$ sudo chmod 640 /etc/default/metabase
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment