5f398db202
See #4
6 lines
262 B
Bash
6 lines
262 B
Bash
# ZNC itself responds to SIGTERM, and reaps its children, but whatever was
|
|
# started via *shell module is not guaranteed to reap their children.
|
|
# That's why using tini.
|
|
|
|
exec /sbin/tini -- su-exec znc:znc /opt/znc/bin/znc --foreground --datadir "$DATADIR" "$@"
|