update recommended systemd service (#843)

This commit is contained in:
aler9 2022-03-08 19:17:33 +01:00
parent f45abfb203
commit 4b0b78096a

View File

@ -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]