Update to 2022-04-22 16:00

This commit is contained in:
Daniel Berteaud 2022-04-22 16:00:12 +02:00
parent 783558d08e
commit 0224b8a5b2
2 changed files with 3 additions and 2 deletions

View File

@ -75,7 +75,7 @@
- when:
- not rand_pass_file_clear.stat.exists
- not rand_pass_file_enc.stat.exists
- rand_pass_file_enc_pbkdf2.stat.exists or rand_pass_new is defined
- rand_pass_file_enc_pbkdf2.stat.exists or (rand_pass_new is defined and pass_openssl_pbkdf2.rc == 0)
- pass_openssl_pbkdf2.rc == 0
- encryption | default(True)
- rand_pass_encryption_key is defined
@ -98,7 +98,7 @@
# Read the encrypted pass (without PBKDF2)
- when:
- not rand_pass_file_clear.stat.exists
- rand_pass_file_enc.stat.exists or rand_pass_new is defined
- rand_pass_file_enc.stat.exists or (rand_pass_new is defined and pass_openssl_pbkdf2.rc != 0)
- not rand_pass_file_enc_pbkdf2.stat.exists
- encryption | default(True)
- rand_pass_encryption_key is defined

View File

@ -14,6 +14,7 @@ ExecStart=/usr/bin/java -Djava.net.preferIPv4Stack=true \
{% endif %}
-jar {{ metabase_root_dir }}/app/metabase.jar
SuccessExitStatus=143
SyslogIdentifier=metabase
PrivateTmp=yes
PrivateDevices=yes
ProtectSystem=full