Skip to content
Snippets Groups Projects
scandir@ 617 B
Newer Older
  • Learn to ignore specific revisions
  • Eric Vidal's avatar
    Eric Vidal committed
    [main]
    @type = module
    @version = @VERSION@
    @description = "Create a nested scandir for @I"
    @user = ( root )
    
    [regex]
    @configure="@I"
    @files = ( @M=@I )
    
    Eric Vidal's avatar
    Eric Vidal committed
    @infiles = (
    
    Eric Vidal's avatar
    Eric Vidal committed
    ::@version@=@VERSION@ )
    
    Eric Vidal's avatar
    Eric Vidal committed
    
    [environment]
    ## Run the scandir at LIVE_DIRECTORY.
    ## Need to be an absolute path.
    ## If commented the default is @LIVEDIR@
    
    #LIVE_DIRECTORY=@LIVEDIR@
    
    ## Create an associated logger [yes|no]
    
    @LOGGER@
    
    ## Launch the scandir with a environment [yes|no].
    ## The environment directory is: $HOME/@USER_CONF_DIR@/svscan@@I
    
    @USE_ENVIRONMENT@
    
    ## Use notification [yes|no]
    
    @NOTIFY@
    
    ## Level of verbosity [0-4]
    
    @VERBOSITY_LEVEL@