Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dockerd-66serv
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
pkg
observice
dockerd-66serv
Commits
66e0f4db
Commit
66e0f4db
authored
5 years ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
replace proto file
parent
8d654b8e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
trunk/PKGBUILD
+4
-4
4 additions, 4 deletions
trunk/PKGBUILD
trunk/base
+0
-69
0 additions, 69 deletions
trunk/base
trunk/docker
+22
-0
22 additions, 0 deletions
trunk/docker
with
26 additions
and
73 deletions
trunk/PKGBUILD
+
4
−
4
View file @
66e0f4db
# Obarun : 66 init/supervisor
# Maintainer : Eric Vidal <eric@obarun.org>
# Maintainer : Jean-Michel T.Dydak <jean-michel@obarun.org>
# Source : url="https://framagit.org/pkg/service/
@BASE@
-66serv"
# Source : url="https://framagit.org/pkg/service/
dockerd
-66serv"
#--------------------------------------------------------------------------------------
pkgbase
=
@BASE@
pkgdepends
=
@BASE@
pkgbase
=
dockerd
pkgdepends
=
docker
pkgname
=
"
${
pkgbase
}
"
-66serv
pkgver
=
0.0.1
pkgrel
=
1
...
...
@@ -29,7 +29,7 @@ makedepends=(
package
()
{
cd
"
${
pkgname
}
/trunk"
install
-Dm
0644
@BASE@
"
${
pkgdir
}
"
/usr/lib/66/service/
@BASE@
install
-Dm
0644
dockerd
"
${
pkgdir
}
"
/usr/lib/66/service/
dockerd
install
-Dm644
LICENSE
"
${
pkgdir
}
"
/usr/share/licenses/
"
${
pkgname
}
"
/LICENSE
}
...
...
This diff is collapsed.
Click to expand it.
trunk/base
deleted
100644 → 0
+
0
−
69
View file @
8d654b8e
[main]
@type = classic,bundle,longrun,oneshot
@name =
@description = ""
@depends = ()
@contents = ()
@options = ( log env pipeline )
@flags = ( down nosetsid )
@notify =
@user = ()
@timeout-finish =
@timeout-kill =
@timeout-up =
@timeout-down =
@maxdeath =
@down-signal =
@hiercopy = ()
[start]
@build = auto,custom
@runas =
@shebang = ""
@execute = ()
[stop]
@build = auto,custom
@runas =
@shebang = ""
@execute = ()
[logger]
@build = auto,custom
@runas =
@shebang = ""
@destination =
@backup =
@maxsize =
@timestamp =
@timeout-finish =
@timeout-kill =
@execute = ()
[environment]
cmd_args= # command args
cmd_log= # place for the log of the command
cmd_dir= # place of the binaries
cmd_file= # extra file to use with command
cmd_args_stop= # stop command args
cmd_log_stop= # place for the log of the stop command
cmd_dir_stop= # place of the stop binaries
cmd_file_stop= # extra file to use with stop command
mnt_dir= # mountpoint directories
mnt_type= # mount type
mk_dir= # mkdir a directory
mk_dir_conf= # extra configuration to mkdir command
conf_dir= # directory of configuration file
conf_file= # name of the configuration file
script_dir= # script directory location
script_file= # name of the script
script_conf= # extra configuration to use with script
script_args= # command argument to pass to the scripts
socket_dir= # socket directory location
socket_name= # name of the socket
This diff is collapsed.
Click to expand it.
trunk/docker
0 → 100644
+
22
−
0
View file @
66e0f4db
[main]
@type = classic
@name = docker
@description = "docker service"
@options = ( log )
@user = (root)
@maxdeath = 3
[start]
@build = auto
@execute =
(
s6-ipcserver-socketbinder -a 0660 -- /run/docker.sock
if { chown root:docker /run/docker.sock }
dockerd -H unix:///run/docker.sock
)
[logger]
@build = auto
@timestamp = iso
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