Cover Image

Run a Shell Script (http server) as Systemd Service in Linux

August 24, 2023 Reading time: 4 minutes

Download http Script (Example)

cd /root/
mkdir webserver
cd /webserver/
git clone https://github.com/xsukax/ipfs-tools.git

Create bash script to start http server

nano /root/webserver/ipfs-tools.sh

Read more