[Unit] Description=GitHub Trending Landing Page HTTP Server After=network.target [Service] Type=simple ExecStart=/usr/bin/python3 -m http.server 8080 --directory /home/ice/.hermes/landing Restart=on-failure RestartSec=5 User=ice WorkingDirectory=/home/ice/.hermes/landing [Install] WantedBy=default.target