mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-24 05:08:18 +00:00
9 lines
153 B
Bash
Executable File
9 lines
153 B
Bash
Executable File
#!/bin/sh
|
|
set -xe
|
|
|
|
KUMO_POLICY="${KUMO_POLICY:-/opt/kumomta/etc/policy/init.lua}"
|
|
|
|
exec /opt/kumomta/sbin/kumod --policy "${KUMO_POLICY}" --user kumod
|
|
|
|
|