This repository has been archived on 2021-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
docker-librenms/rootfs/etc/s6.d/nginx/run

7 lines
86 B
Bash

#!/bin/sh
if test -f ./setup; then
source ./setup
fi
exec nginx -g 'daemon off;'