service Active: inactive (dead) #255
Unanswered
fanlessfan
asked this question in
Questions
Replies: 2 comments
-
Hi, i tried your systemd file in a Raspberry pi zero, and it does work without problems. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Systemd instructions have been added to the README: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I downloaded the arm6l binary from release and put it in raspberry pi 0. I use the server file below to start rasp-simple-server in systemd in. but it always shows inactive. I can use systemctl restart rasp_server to successfully start the service. I did the same thing in raspberry pi 3B and everything is OK.
Anyone can help?
thx
sudo systemctl status rtsp_server
● rtsp_server.service - rtsp_server
Loaded: loaded (/etc/systemd/system/rtsp_server.service; disabled; vendor preset: enabled)
Active: inactive (dead)
[Unit]
Description=rtsp_server
After=network.target rc-local.service
[Service]
Restart=always
RestartSec=1s
User=pi
ExecStart=/usr/local/bin/rtsp-simple-server
[Install]
WantedBy=multi-user.target
Beta Was this translation helpful? Give feedback.
All reactions