Skip to content

Commit

Permalink
[systemd] Use a private /tmp directory
Browse files Browse the repository at this point in the history
This creates an isolated tmp directory for the kibana service.  Reads
and writes to /tmp will end up in /tmp/systemd-private-*-kibana.service-*/tmp,
isolated to the current process.
  • Loading branch information
jbudz committed Sep 16, 2021
1 parent 6435a81 commit 5802fbb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ After=network-online.target
Type=simple
User=kibana
Group=kibana
PrivateTmp=true

Environment=KBN_HOME=/usr/share/kibana
Environment=KBN_PATH_CONF=/etc/kibana
Expand Down

0 comments on commit 5802fbb

Please sign in to comment.