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, |
Answered by
steilerDev
Jan 10, 2023
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/ |
0 replies
Answer selected by
JyFu-py
|
ok i had a doubt, thanks for the clarification |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
daemoncommand 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/