Skip to content

When run as a systemd service, connections fail. #40

@kallisti5

Description

@kallisti5
[Unit]
Description=Reticulum Shell Server
After=default.target

[Service]
ExecStartPre=/bin/sleep 10
User=reticulum
Type=simple
Restart=always
RestartSec=3
ExecStart=/home/reticulum/env/bin/rnsh -l -a (hash)

[Install]
WantedBy=default.target

The service above starts with the expected output, however connections are never successful. Running it outside of systemd (with the same flags) works as expected.

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