5 lines
111 B
Bash
5 lines
111 B
Bash
#!/usr/bin/env sh
|
|
# shellcheck shell=dash
|
|
|
|
exec /usr/local/bin/stalwart --config /opt/stalwart/etc/config.json
|