smeserver-tinydns/root/var/service/tinydns/run
Jean-Philippe Pialasse cae4202143 * Tue Apr 02 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-4.sme
- revert path for tinydns-data and tinydns [SME: 12566]
- change update event name
2024-04-02 23:46:01 -04:00

9 lines
135 B
Bash

#!/bin/sh
exec 2>&1
./control/1
exec envdir ./env sh -c '
exec envuidgid dns \
softlimit -d "$DATALIMIT" \
/usr/local/bin/tinydns
'