We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c89abc + f38869b commit f3f8f33Copy full SHA for f3f8f33
README.md
@@ -33,8 +33,8 @@ After=docker.service
33
Requires=docker.service
34
[Service]
35
Restart=on-failure
36
-ExecStartPre=-mkdir -p /home/user/.ssh/
37
-ExecStartPre=-touch /home/user/.ssh/authorized_keys
+ExecStartPre=-/bin/mkdir -p /home/user/.ssh/
+ExecStartPre=-/usr/bin/touch /home/user/.ssh/authorized_keys
38
ExecStart=/bin/sh -c 'docker run --name=%p_$(uuidgen) --rm \
39
-v /home/user/.ssh/authorized_keys:/authorized_keys \
40
-e SKA_KEY_URI=https://[app/bucket]/authmap \
0 commit comments