Skip to content
Snippets Groups Projects
scandir-@MOD@ 336 B
Newer Older
  • Learn to ignore specific revisions
  • Eric Vidal's avatar
    Eric Vidal committed
    [main]
    @type = longrun
    @name = scandir-@MOD@
    @description = "Start a scandir for @MOD@"
    @user = ( root )
    @options = ( log )
    @depends = ( mount-run-@MOD@ setenv-@MOD@ )
    @notify = 3
    @timeout-up = 3000
    
    [start]
    @build = auto
    @runas = @MOD@
    @execute =
    (
    s6-setsid -qb --
    umask 022
    
    66-scandir -v3 -d3 -cu -e /home/@MOD@/.66/conf/boot-user
    
    Eric Vidal's avatar
    Eric Vidal committed
    )