fixed service
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
#!/sbin/openrc-run
|
||||
|
||||
name="busybox $SVCNAME"
|
||||
command="/opt/webapp/app.sh"
|
||||
command_args=""
|
||||
name="scratch-cloudvars-server"
|
||||
command="/data/entrypoint.sh"
|
||||
pidfile="/var/run/$SVCNAME.pid"
|
||||
command_background="yes"
|
||||
output_logger="/usr/bin/logger"
|
||||
error_logger="/usr/bin/logger"
|
||||
|
||||
depend() {
|
||||
need net
|
||||
use dns
|
||||
use logger
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user