Browse Source

update recommended systemd service (#843)

pull/883/head
aler9 4 years ago
parent
commit
4b0b78096a
  1. 2
      README.md

2
README.md

@ -353,7 +353,7 @@ Create the service:
``` ```
sudo tee /etc/systemd/system/rtsp-simple-server.service >/dev/null << EOF sudo tee /etc/systemd/system/rtsp-simple-server.service >/dev/null << EOF
[Unit] [Unit]
After=network.target Wants=network.target
[Service] [Service]
ExecStart=/usr/local/bin/rtsp-simple-server /usr/local/etc/rtsp-simple-server.yml ExecStart=/usr/local/bin/rtsp-simple-server /usr/local/etc/rtsp-simple-server.yml
[Install] [Install]

Loading…
Cancel
Save