Files
nsupdate/docker/entrypoint.sh
2023-01-27 16:34:23 +01:00

4 lines
112 B
Bash

#! /bin/sh
echo "${SCHEDULE} sh nsupdate.sh" >> /etc/crontabs/root
crond -l 2 -f > /dev/stdout 2> /dev/stderr &