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 ...@@ -17,6 +17,7 @@ You can customize paths via flags given to configure. See `./configure --help` f
## Runtime dependencies ## Runtime dependencies
- 66 version 0.7.0.0 or later https://git.obarun.org/Obarun/66/ - 66 version 0.8.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/ - 66-tools version 0.1.1.0 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 - scandir-66serv version 0.8.0 or later https://git.obarun.org/66-service/arch/scandir-66serv
[main] [Main]
@type = module Type = module
@version = %%VERSION%% Version = %%VERSION%%
@description = "Configure a nested supervision tree for @I user" Description = "Configure a nested supervision tree for @I user"
@user = ( root ) User = ( root )
@depends = ( scandir@@I ) Depends = ( scandir@@I )
@intree = session InTree = session
[regex] [Regex]
@configure = "@I" Configure = "@I"
@infiles = ( InFiles = (
::%%version%%=%%VERSION%% ::%%version%%=%%VERSION%%
) )
[environment] [Environment]
## Uncomment it to use a display manager. ## Uncomment it to use a display manager.
## Can be any display manager as long as the ## Can be any display manager as long as the
## corresponding frontend file exist on your system ## corresponding frontend file exist on your system
......
[main] [Main]
@type = oneshot Type = oneshot
@version = %%version%% Version = %%version%%
@description = "Mount /run/user directory of user @I" Description = "Mount /run/user directory of user @I"
@user = ( root ) User = ( root )
[start] [Start]
@execute = Execute =
( (
if { 66-yeller -p mount-run@@I starts... } if { 66-yeller -p mount-run@@I starts... }
if -nt { if -nt {
......
package=boot-user package=boot-user
version=0.5.3 version=0.8.0
package_macro_dir=66 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