mirror of
https://github.com/tanrax/bash-folders.git
synced 2024-11-09 20:55:40 +01:00
Add advice
This commit is contained in:
parent
ec947ecc5b
commit
feee4914d4
@ -4,7 +4,10 @@ Collection of Bash scripts that execute functionalities in folders.
|
||||
|
||||
## 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
|
||||
|
||||
@ -52,7 +55,7 @@ Create a file in `/etc/systemd/system/dynamic-folders-video-optimizer.service` w
|
||||
|
||||
```ini
|
||||
[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]
|
||||
Restart=always
|
||||
|
Loading…
Reference in New Issue
Block a user