3 lines
171 B
Elixir
3 lines
171 B
Elixir
#!/bin/sh
|
|
# Default-logs to journald (stdout) when running under systemd
|
|
export RELEASE_COOKIE="${RELEASE_COOKIE:-$(head -c 16 /dev/urandom | od -An -tx1 | tr -d ' \n')}"
|