This commit is contained in:
dasha_uwu 2025-08-03 01:49:11 +05:00
commit 63e802f5d2
5 changed files with 186 additions and 0 deletions

12
openrc/jmap.init.d Executable file
View 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
}