What is the daemon command for? #157
-
Hello, When I start the photos-sync container the daemon starts automatically with env var When I use the daemon command, it seems to do the same thing, what is this command for? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The The docker container - by default - starts with the daemon command. The default value for the schedule is '0 2 * * *' -> See https://steilerdev.github.io/icloud-photos-sync/user-guides/cli/ |
Beta Was this translation helpful? Give feedback.
-
ok i had a doubt, thanks for the clarification |
Beta Was this translation helpful? Give feedback.
The
daemon
command is the same as not specifying any command.The docker container - by default - starts with the daemon command. The default value for the schedule is '0 2 * * *' -> See https://steilerdev.github.io/icloud-photos-sync/user-guides/cli/