Skip to content
Snippets Groups Projects
boot-user@ 905 B
Newer Older
  • Learn to ignore specific revisions
  • Eric Vidal's avatar
    Eric Vidal committed
    [main]
    @type = module
    @version = @VERSION@
    @description = "Configure a nested supervision tree for @I user"
    @user = ( root )
    @depends = ( scandir@@I )
    
    Eric Vidal's avatar
    Eric Vidal committed
    @intree = session
    
    Eric Vidal's avatar
    Eric Vidal committed
    
    [regex]
    @configure = "@I"
    @infiles = ( ::@version@=@VERSION@ )
    
    [environment]
    
    Eric Vidal's avatar
    Eric Vidal committed
    ## Uncomment it to use a display manager.
    
    Eric Vidal's avatar
    Eric Vidal committed
    ## Can be any display manager as long as the
    
    Eric Vidal's avatar
    Eric Vidal committed
    ## corresponding frontend file exist on your system
    
    Eric Vidal's avatar
    Eric Vidal committed
    ## e.g sddm,lightdm,...
    ## It also prepare the .xsession file.
    
    @DISPLAY_MANAGER@
    
    ## Uncomment it to use a console tracker.
    ## Can be any console tracker as long as the
    
    Eric Vidal's avatar
    Eric Vidal committed
    ## corresponding frontend file exist on your system
    
    Eric Vidal's avatar
    Eric Vidal committed
    ## e.g consolekit,elogind,...
    
    @CONSOLE_TRACKER@
    
    ## Create and mount the XDG_RUNTIME directory
    ## at /run/user/@I [yes|no]
    
    @XDG_RUNTIME@
    
    ## Command to use in your .xinitrc
    ## to launch your desktop e.g.: openbox-session.
    ## If commented the .xinitrc file is not configured.
    
    
    Eric Vidal's avatar
    Eric Vidal committed
    @DESKTOP_CMDLINE@