mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-05-10 10:44:59 -04:00
move session ticket mount to fstab
This commit is contained in:
parent
cbed8c0b42
commit
9ec62a0b79
2 changed files with 1 additions and 3 deletions
|
@ -4,9 +4,6 @@ set -o errexit -o nounset -o pipefail
|
|||
|
||||
umask 077
|
||||
|
||||
mkdir -p /etc/nginx/session-ticket-keys
|
||||
mount -t tmpfs -o size=1M,mode=700,noswap tmpfs /etc/nginx/session-ticket-keys
|
||||
|
||||
cd /etc/nginx/session-ticket-keys
|
||||
|
||||
for i in {1..4}; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue