diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-07 21:24:10 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-07 21:24:10 +0200 |
commit | c21d59464842f05ec6a05a46f582cefea1a4a3a8 (patch) | |
tree | 3d120d9e8c28b0519043ae8e7cc10c1d9c85abab | |
parent | More container stuff (diff) | |
download | Rory-Open-Architecture-c21d59464842f05ec6a05a46f582cefea1a4a3a8.tar.xz |
More container stuff
-rwxr-xr-x | host/Rory-nginx/services/containers/pluralcontactbotpoc/services/conduit.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/containers/pluralcontactbotpoc/services/conduit.nix b/host/Rory-nginx/services/containers/pluralcontactbotpoc/services/conduit.nix index d100f4d..12cdb41 100755 --- a/host/Rory-nginx/services/containers/pluralcontactbotpoc/services/conduit.nix +++ b/host/Rory-nginx/services/containers/pluralcontactbotpoc/services/conduit.nix @@ -23,7 +23,7 @@ reg_token=`cat /dev/urandom | tr -dc a-zA-Z0-9 | fold -w 256 | head -n 1` mkdir -p /run/systemd/system/conduit.service.d echo $reg_token > /run/conduit-registration-token - echo Environment=\"CONDUIT_REGISTRATION_TOKEN=${reg_token}\" > /run/systemd/system/conduit.service.d/override.conf + echo Environment=\"CONDUIT_REGISTRATION_TOKEN=$reg_token\" > /run/systemd/system/conduit.service.d/override.conf systemctl daemon-reload systemctl try-restart conduit.service''; serviceConfig = { |