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

Loading…
Cancel
Save