11 lines
178 B
Plaintext
Executable File
11 lines
178 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"
|
|
|
|
depend() {
|
|
need net
|
|
} |