12 lines
209 B
Plaintext
Executable File
12 lines
209 B
Plaintext
Executable File
#!/sbin/openrc-run
|
|
|
|
name="$SVCNAME"
|
|
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
|
|
} |