1.0
This commit is contained in:
commit
63e802f5d2
5 changed files with 186 additions and 0 deletions
12
openrc/jmap.init.d
Executable file
12
openrc/jmap.init.d
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue