mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-19 02:58:11 +01:00
Create 00-nginx.sh
This commit is contained in:
6
birdnet-pi/rootfs/custom-services.d/00-nginx.sh
Normal file
6
birdnet-pi/rootfs/custom-services.d/00-nginx.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/with-contenv bashio
|
||||
# shellcheck shell=bash
|
||||
set -e
|
||||
|
||||
echo "Starting service: nginx"
|
||||
nginx
|
||||
Reference in New Issue
Block a user