-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flexget: add page #15023
base: main
Are you sure you want to change the base?
flexget: add page #15023
Conversation
Hi. Thank you so much for your contribution! |
Co-authored-by: Wiktor Perskawiec <[email protected]>
|
||
- Start Flexget daemon and daemonize the process: | ||
|
||
`flexget daemon start -d` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use long options: https://github.com/tldr-pages/tldr/blob/main/contributing-guides/style-guide.md#option-syntax
For user-friendliness, use GNU-style long options [...]
https://flexget.com/CLI/daemon
-d
,--daemonize
Causes process to daemonize after starting
`flexget daemon start -d` | |
`flexget daemon start --daemonize` |
|
||
`flexget execute --now` | ||
|
||
- Start Flexget daemon and daemonize the process: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Start Flexget daemon and daemonize the process: | |
- Start the Flexget daemon and daemonize its process: |
common
,linux
,osx
,windows
,sunos
,android
, etc.