]> git.arvados.org - arvados.git/blob - tools/ansible/roles/compute_encrypt_tmp/files/arvados-ensure-encrypted-partitions.service
23044: Add integration test for ContainerWebServices.
[arvados.git] / tools / ansible / roles / compute_encrypt_tmp / files / arvados-ensure-encrypted-partitions.service
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 [Unit]
6 Description=Ensure Arvados compute work directories are encrypted
7 Before=docker.service
8 Before=ssh.service
9
10 [Install]
11 WantedBy=docker.service
12 WantedBy=ssh.service
13
14 [Service]
15 Type=oneshot
16 RemainAfterExit=true
17 ExecStart=/usr/local/sbin/ensure-encrypted-partitions.sh