add logger

This commit is contained in:
2023-01-31 20:57:07 +01:00
parent 249a85539d
commit 99cd3768e4
3 changed files with 14 additions and 9 deletions

View File

@@ -1,12 +1,12 @@
#!/sbin/openrc-run
name="busybox $SVCNAME"
command="/opt/webapp/app.sh"
command_args=""
name="$SVCNAME"
command="/data/entrypoint.sh"
pidfile="/var/run/$SVCNAME.pid"
command_background="yes"
output_logger="/usr/bin/logger"
depend() {
need net
use dns
}
need dns
}