I have used the provided systemd script, and go the error ``` ● endlessh.service - Endlessh SSH Tarpit Loaded: loaded (/etc/systemd/system/endlessh.service; disabled; vendor preset: enabled) Active: activating (auto-restart) (Result: exit-code) since Wed 2020-12-02 21:20:58 CET; 4s ago Docs: man:endlessh(1) Process: 21332 ExecStart=/usr/local/bin/endlessh (code=exited, status=226/NAMESPACE) Main PID: 21332 (code=exited, status=226/NAMESPACE) Dec 02 21:20:58 raspi systemd[1]: endlessh.service: Failed with result 'exit-code'. ``` when I changed the line `InaccessiblePaths=/run /var` to `InaccessiblePaths=/run` it worked OK. Not sure if this is a bug or just weird behaviour in raspberry pi. I was using a build based on the 1.1 tag.