jsvc
Wrapper to launch Java applications as daemons
Install
- All systems
-
curl cmd.cat/jsvc.sh
- Debian
-
apt-get install jsvc
- Ubuntu
-
apt-get install jsvc
- Arch Linux
-
pacman -S jsvc
- Kali Linux
-
apt-get install jsvc
- CentOS
-
yum install jsvc
- Fedora
-
dnf install jsvc
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install jsvc
- OS X
-
brew install jsvc
- Raspbian
-
apt-get install jsvc
- Dockerfile
- dockerfile.run/jsvc
jsvc
Wrapper to launch Java applications as daemons
This is the native application for launching Java applications implementing certain interfaces from the libcommons-daemon-java package as daemons.