This commit is contained in:
Andros Fenollosa 2023-04-18 14:13:17 +02:00
parent f860b216a8
commit b89956da3f
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ crontab -e
Add to document. Add to document.
``` sh ``` sh
@reboot dynamic-video-to-mp4.sh >/dev/null 2>&1 & @reboot dynamic-folders-video-optimizer >/dev/null 2>&1 &
``` ```
## Development ## Development

View File

@ -6,7 +6,7 @@
# Requirements: Install inotify-tools and ffmpeg # Requirements: Install inotify-tools and ffmpeg
# Example Debian: $sudo apt install inotify-tools ffmpeg # Example Debian: $sudo apt install inotify-tools ffmpeg
# -- # --
# Cron: @reboot dynamic-video-to-mp4.sh >/dev/null 2>&1 & # Cron: @reboot dynamic-folders-video-optimizer.sh >/dev/null 2>&1 &
# -- # --
# START # START