Skip to content
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

service: improve the resuability of create_daemon #1101

Merged
merged 3 commits into from
Feb 23, 2023

Commits on Feb 22, 2023

  1. service: improve the resuability of create_daemon

    In order to improve the reusability of the function create_daemon
    the parameter processing logic is moved from the create_daemon
    and initialize_fscache_service functions to the upper layer
    function process_singleton_arguments
    
    Signed-off-by: taohong <taoohong@linux.alibaba.com>
    taoohong committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    d67f2da View commit details
    Browse the repository at this point in the history
  2. fix: function create_daemon has too many arguments

    Signed-off-by: taohong <taoohong@linux.alibaba.com>
    taoohong committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    48a4958 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    8a642d0 View commit details
    Browse the repository at this point in the history