Skip to content
Snippets Groups Projects
Commit f29e970d authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

Adaptation to 66 0.8.0.0

parent 7782bbaa
Branches master
Tags 0.8.0
No related merge requests found
......@@ -17,6 +17,7 @@ You can customize paths via flags given to configure. See `./configure --help` f
## Runtime dependencies
- 66 version 0.7.0.0 or later https://git.obarun.org/Obarun/66/
- 66-tools version 0.1.0.1 or later https://git.obarun.org/Obarun/66-tools/
- scandir-66serv version 0.4.1 or later https://git.obarun.org/66-service/arch/scandir-66serv
- 66 version 0.8.0.0 or later https://git.obarun.org/Obarun/66/
- 66-tools version 0.1.1.0 or later https://git.obarun.org/Obarun/66-tools/
- scandir-66serv version 0.8.0 or later https://git.obarun.org/66-service/arch/scandir-66serv
[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 = (
[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%%
)
[environment]
[Environment]
## Uncomment it to use a display manager.
## Can be any display manager as long as the
## corresponding frontend file exist on your system
......
[main]
@type = oneshot
@version = %%version%%
@description = "Mount /run/user directory of user @I"
@user = ( root )
[Main]
Type = oneshot
Version = %%version%%
Description = "Mount /run/user directory of user @I"
User = ( root )
[start]
@execute =
[Start]
Execute =
(
if { 66-yeller -p mount-run@@I starts... }
if -nt {
......
package=boot-user
version=0.5.3
version=0.8.0
package_macro_dir=66
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment