Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
boot-user
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
66-service
Arch
boot-user
Commits
f29e970d
Commit
f29e970d
authored
5 months ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
Adaptation to 66 0.8.0.0
parent
7782bbaa
Branches
master
Tags
0.8.0
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+4
-3
4 additions, 3 deletions
README.md
module/boot-user@
+12
-12
12 additions, 12 deletions
module/boot-user@
module/frontend/mount-run@
+7
-7
7 additions, 7 deletions
module/frontend/mount-run@
package/info
+1
-1
1 addition, 1 deletion
package/info
with
24 additions
and
23 deletions
README.md
+
4
−
3
View file @
f29e970d
...
@@ -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
This diff is collapsed.
Click to expand it.
module/boot-user@
+
12
−
12
View file @
f29e970d
[
m
ain]
[
M
ain]
@t
ype = module
T
ype = module
@v
ersion = %%VERSION%%
V
ersion = %%VERSION%%
@d
escription = "Configure a nested supervision tree for @I user"
D
escription = "Configure a nested supervision tree for @I user"
@u
ser = ( root )
U
ser = ( root )
@d
epends = ( scandir@@I )
D
epends = ( scandir@@I )
@int
ree = session
InT
ree = session
[
r
egex]
[
R
egex]
@c
onfigure = "@I"
C
onfigure = "@I"
@inf
iles = (
InF
iles = (
::%%version%%=%%VERSION%%
::%%version%%=%%VERSION%%
)
)
[
e
nvironment]
[
E
nvironment]
## 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
...
...
This diff is collapsed.
Click to expand it.
module/frontend/mount-run@
+
7
−
7
View file @
f29e970d
[
m
ain]
[
M
ain]
@t
ype = oneshot
T
ype = oneshot
@v
ersion = %%version%%
V
ersion = %%version%%
@d
escription = "Mount /run/user directory of user @I"
D
escription = "Mount /run/user directory of user @I"
@u
ser = ( root )
U
ser = ( root )
[
s
tart]
[
S
tart]
@e
xecute =
E
xecute =
(
(
if { 66-yeller -p mount-run@@I starts... }
if { 66-yeller -p mount-run@@I starts... }
if -nt {
if -nt {
...
...
This diff is collapsed.
Click to expand it.
package/info
+
1
−
1
View file @
f29e970d
package=boot-user
package=boot-user
version=0.
5.3
version=0.
8.0
package_macro_dir=66
package_macro_dir=66
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment