A simple Python HTTP Server that serves static content and can be deployed as a Systemd Service
- In the Service File, change the
Userproperty to the user that is going to be running the server, the default is jenkins:[Service] User=jenkins - Install the server
sudo make install
- Start the Server with
systemctlsudo systemctl start python-systemd-http-server
- The server can be accessed on the default port of
9000:http://localhost:9000