add logger
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user