jmap/openrc/jmap.init.d
dasha_uwu a0086b5d31 1.0
2024-06-26 08:05:27 +05:00

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
}