How to Install service-wrapper in Ubuntu 18.04



Install service-wrapper by entering the following commands in the terminal:

sudo apt update
sudo apt install service-wrapper

Description:

Jar daemon wrapper

The Java Service Wrapper makes very easy to install a Java Application as a daemon process on Unix systems. The Wrapper monitors a JVM (Java Virtual Machine) process and automatically restarts it if it that the JVM has crashed or hung. This process takes just a few seconds once the Wrapper has decided there is a problem. It also gives the ability to handle process priority.

Homepage: http://wrapper.tanukisoftware.com

Version: 3.5.30-1ubuntu1

Section: universe/java