From 2c19dcf811b2e70a3d2bb192d2a6723f7281883f Mon Sep 17 00:00:00 2001 From: zimbatm Date: Tue, 19 Jul 2022 20:22:18 +0200 Subject: [PATCH] make the Procfile executable Because.. why not :) --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 Procfile diff --git a/Procfile b/Procfile old mode 100644 new mode 100755 index 44f36dd..5284ebc --- a/Procfile +++ b/Procfile @@ -1,4 +1,4 @@ -# run with `hivemind`` +#!/usr/bin/env hivemind systemd-service: sleep 3 && systemd-run --user --collect -u vault-nixos3.service -p LoadCredential=foo:$(pwd)/tmp/sock --wait --pipe cat '${CREDENTIALS_DIRECTORY}/foo' vault: vault server -dev -dev-root-token-id secret vault-agent: sleep 5 && ./tests/setup-vault && vault agent -config ./tests/vault-agent-example.hcl