Tutorial Service | Installation script |

OvO

CipherSpeak Developer
Jan 23, 2018
34
11
46
Hello community,

I have written a script with which you can simply install services on your Linux server!

Requirements
> Linux
> Download the File here or from github (open source) HERE

How to use
1. Dowload and upload to your server or
launch this in your terminal
Code:
apt-get install git git-core -y && git clone https://github.com/FabianGhost/service_installer

2. lauch and Follow the Installer script
Code:
chmod +x service_installer && ./service_installer

3. Now you can use:
Code:
service start serviceName
for starting and stopping your service

simple but useful.
have fun with this script and if you have problems ask here or open a issue on Github HERE !
 

Attachments

  • service_gen.zip
    836 bytes · Views: 6
Top