forked from mirrors/nixpkgs
remove the entire temporary directory
This commit is contained in:
parent
3b8c7424d1
commit
4a86f8c9ab
|
@ -256,7 +256,7 @@ in
|
|||
else
|
||||
echo "Setup of ssh host keys from http://metadata.google.internal/computeMetadata/v1/instance/attributes/ failed."
|
||||
fi
|
||||
rm -f $SSH_HOST_KEYS_DIR/*
|
||||
rm -f $SSH_HOST_KEYS_DIR
|
||||
'';
|
||||
serviceConfig.Type = "oneshot";
|
||||
serviceConfig.RemainAfterExit = true;
|
||||
|
|
Loading…
Reference in a new issue