mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-27 05:29:32 +00:00
docs: minor fix
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user