Skip to content

InaccessiblePaths=/run /var makes systemd service not start on Raspberry pi #53

@flyhard

Description

@flyhard

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions