[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.
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.