Skip to content
Snippets Groups Projects
boot-user@ 923 B
Newer Older
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 )
InTree = session

[Regex]
Configure = "@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
## 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%%
Eric Vidal's avatar
Eric Vidal committed

## 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,seatd,turnstile,...
Eric Vidal's avatar
Eric Vidal committed

%%CONSOLE_TRACKER%%
Eric Vidal's avatar
Eric Vidal committed

## Create and mount the XDG_RUNTIME directory
## at /run/user/@I [yes|no]

%%XDG_RUNTIME%%
Eric Vidal's avatar
Eric Vidal committed

## Command to use in your .xinitrc
## to launch your desktop e.g.: openbox-session.
## If commented the .xinitrc file is not configured.

%%DESKTOP_CMDLINE%%