Add advice

This commit is contained in:
Andros Fenollosa 2023-04-18 15:27:40 +02:00
parent ec947ecc5b
commit feee4914d4

View File

@ -4,7 +4,10 @@ Collection of Bash scripts that execute functionalities in folders.
## Video optmizer ## Video optmizer
Folder that watches when new videos are added to a folder and optimizes them. Folder that watches when new videos are added and optimizes them.
For security, it **only detects files that have been copied! Ignore moved files**.
### Requirements ### Requirements
@ -52,7 +55,7 @@ Create a file in `/etc/systemd/system/dynamic-folders-video-optimizer.service` w
```ini ```ini
[Unit] [Unit]
Description=Folder that watches when new videos are added to a folder and optimizes them. Description=Folder that watches when new videos are added and optimizes them.
[Service] [Service]
Restart=always Restart=always