Skip to content

n-tdi/daemon-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

daemon-scripts

A collection of Systemd scripts to daemonize webservers.

Using/Getting

to install the scripts, make sure you have curl installed on your machine, if you don't..

sudo apt install curl

Now 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.sh

Enjoy

About

A collection of Systemd scripts to daemonize webservers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages