12 lines
288 B
D
Executable file
12 lines
288 B
D
Executable file
#!/sbin/openrc-run
|
|
|
|
command="/usr/local/bin/jmap"
|
|
command_args="-username $username -password $password -homeserver $homeserver -address $address"
|
|
command_user="jmap:jmap"
|
|
command_background=1
|
|
pidfile="/run/${RC_SVCNAME}.pid"
|
|
output_log="/var/log/jmap/jmap.log"
|
|
|
|
depend() {
|
|
use net
|
|
}
|