Run a Shell Script (http server) as Systemd Service in Linux
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 Paste bash script code #!/bin/bash python3 -m http.server … Read More