docs: minor fix

This commit is contained in:
Oleg Kalachev
2021-07-20 13:39:18 +03:00
parent 3343477a02
commit f1b5484e65
2 changed files with 2 additions and 2 deletions

View File

@@ -158,7 +158,7 @@ In order to run the file, you have to mark it as executable.
chmod a+x script_name.sh
```
You can use systemd to launch this script every time on system startup. Create the *qgc_video.service* file in the */etc/systemd/system* directory:
You can use systemd to launch this script every time on system startup. Create the `qgc_video.service` file in the `/etc/systemd/system` directory:
```bash
sudo nano /etc/systemd/system/qgc_video.service

View File

@@ -157,7 +157,7 @@ nano script_name.sh
chmod a+x script_name.sh
```
Для того, чтобы передача видео запускалась каждый раз при включении системы, необходимо создать стартап-скрипт с помощью менеджера systemd. В директории */etc/systemd/system* создайте файл *qgc_video.service*.
Для того, чтобы передача видео запускалась каждый раз при включении системы, необходимо создать стартап-скрипт с помощью менеджера systemd. В директории `/etc/systemd/system` создайте файл `qgc_video.service`.
```bash
sudo nano /etc/systemd/system/qgc_video.service