mirror of
https://github.com/tanrax/bash-folders.git
synced 2024-11-10 04:55:42 +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
|
## 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
|
||||||
|
Loading…
Reference in New Issue
Block a user