Replies: 2 comments 3 replies
-
First check the log journalctl -xeu neolink-d.service My guess is though that you need the full path to |
Beta Was this translation helpful? Give feedback.
0 replies
-
сен 06 16:23:14 SHomeSrv2 neolink[29151]: Error: Failed to read "neolink.toml" how to describe this path correctly? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, ive installed neolink, its ok, but im unable to run it as service on pi.
I make a file neolink-d.service in /etc/systemd/system with following content:
[Unit]
Description=Neolink deamon
After=network.target
[Service]
Type=notify
ExecStart=neolink rtsp --config neolink.toml
ExecReload=kill -HUP $MAINPID
KillMode=process
Restart=on-failure
RestartSec=5s
[Install]
WantedBy=multi-user.target
, then i add it to autoboot: sudo systemctl enable neolink-d, but it doesnt start.
So whats wrong?
Beta Was this translation helpful? Give feedback.
All reactions