A collection of Systemd scripts to daemonize webservers.
to install the scripts, make sure you have curl installed on your machine, if you don't..
sudo apt install curlNow using curl the scripts can be installed like this
sudo curl -O https://raw.githubusercontent.com/n-tdi/daemon-scripts/main/java.service -O https://raw.githubusercontent.com/n-tdi/daemon-scripts/main/deploy.sh && sudo mv java.service /etc/systemd/system/java.service && sudo chmod u+x deploy.shEnjoy