mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-08-23 05:16:02 +00:00
This using s6-overlay to manage processes need to run in the container. jsonrpc2-helper is migrated into the startscript.
3 lines
175 B
Plaintext
3 lines
175 B
Plaintext
#!/command/with-contenv sh
|
|
# Use with-contenv to import environment variables like SIGNAL_CLI_CONFIG_DIR
|
|
exec signal-cli-rest-api -signal-cli-config="${SIGNAL_CLI_CONFIG_DIR}" |