Skip to content
Snippets Groups Projects
scandir@ 645 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 )
    InTree = session
    
    [Regex]
    
    Configure="@I"
    Files = ( @M=@I )
    InFiles = (
    
    ::%%version%%=%%VERSION% )
    
    Eric Vidal's avatar
    Eric Vidal committed
    
    
    Eric Vidal's avatar
    Eric Vidal committed
    [Environment]
    
    Eric Vidal's avatar
    Eric Vidal committed
    ## Run the scandir at LIVE_DIRECTORY.
    ## Need to be an absolute path.
    
    ## If commented the default is %%LIVEDIR%%
    
    Eric Vidal's avatar
    Eric Vidal committed
    
    
    #LIVE_DIRECTORY=%%LIVEDIR%%
    
    Eric Vidal's avatar
    Eric Vidal committed
    
    ## Create an associated logger [yes|no]
    
    
    %%LOGGER%%
    
    Eric Vidal's avatar
    Eric Vidal committed
    
    ## Launch the scandir with a environment [yes|no].
    
    ## The environment directory is: $HOME/%%USER_CONF_DIR%%/svscan@@I
    
    Eric Vidal's avatar
    Eric Vidal committed
    
    
    %%USE_ENVIRONMENT%%
    
    Eric Vidal's avatar
    Eric Vidal committed
    
    ## Use notification [yes|no]
    
    
    %%NOTIFY%%
    
    Eric Vidal's avatar
    Eric Vidal committed
    
    
    Eric Vidal's avatar
    Eric Vidal committed
    ## Level of verbosity [0-5]
    
    Eric Vidal's avatar
    Eric Vidal committed
    
    
    %%VERBOSITY_LEVEL%%