[Unit] Description=Physio Nautilus Dashboard (static server) After=network.target [Service] Type=simple WorkingDirectory=%h/physio-hermes-ops ExecStart=/usr/bin/python3 -m http.server 8787 --bind 127.0.0.1 --directory %h/physio-hermes-ops Restart=always RestartSec=2 NoNewPrivileges=true PrivateTmp=true ProtectSystem=full ReadOnlyPaths=%h/physio-hermes-ops [Install] WantedBy=default.target