Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
9c9c12d0
Commit
9c9c12d0
authored
4 years ago
by
Jakub Jirutka
Browse files
Options
Downloads
Patches
Plain Diff
community/cgmanager: fix init script - retry directive
parent
4963e78f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
community/cgmanager/APKBUILD
+3
-3
3 additions, 3 deletions
community/cgmanager/APKBUILD
community/cgmanager/cgmanager.initd
+1
-1
1 addition, 1 deletion
community/cgmanager/cgmanager.initd
community/cgmanager/cgproxy.initd
+1
-1
1 addition, 1 deletion
community/cgmanager/cgproxy.initd
with
5 additions
and
5 deletions
community/cgmanager/APKBUILD
+
3
−
3
View file @
9c9c12d0
...
...
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname
=
cgmanager
pkgver
=
0.42
pkgrel
=
3
pkgrel
=
4
pkgdesc
=
"Another daemon for managing control groups"
url
=
"https://linuxcontainers.org/cgmanager/"
arch
=
"all"
...
...
@@ -40,5 +40,5 @@ package() {
}
sha512sums
=
"d92113a6748084f1c0708f75c8bdf5de484d534bf00f664a5288902be887c2a1c7cf3d91afaab3331f0d573a86fbc6edb2fa1d37c070250cf53e0621213d7d74 cgmanager-0.42.tar.gz
9be9aa2cda6627633e830295cff3ec27d30ccba5e047a3135162088b78005261935d6b0bd493818c48d101bcc8b8c3c8a31b9288f56293793ba820d5ae9feb76
cgmanager.initd
7d04a324684f41f85614b7e583557b49b8acf9414ab8861c07037f27fde8c46763977b7ae5690bbe56aa314a592f9b32769dbeb9adcc8ad0ceeaf5b6138a01d8
cgproxy.initd"
127a530a213a715e42a288e808d85c561a467071e5a147057475ff5a1bf8a67ba7d6ca1777f8557420d5ce577df429857e6f5a2d942724f5a8d5a21243e41e7b
cgmanager.initd
f3a50bce3d4cfaca0b37717b12bace86a46de589cb23a7c689dd6eb9fb5579bccbd35664c9beab6bcfbdbd658999f33fb5052721d2f40a6e64e2f65e8eccfe7a
cgproxy.initd"
This diff is collapsed.
Click to expand it.
community/cgmanager/cgmanager.initd
+
1
−
1
View file @
9c9c12d0
...
...
@@ -3,7 +3,7 @@
name
=
"cgroups manager"
description
=
"Daemon to manage cgroups"
:
${
retry
:
-
"TERM/45"
}
:
${
retry
:
=
"TERM/45"
}
command
=
/usr/sbin/cgmanager
# $OPTIONS is here for backward compatibility only
...
...
This diff is collapsed.
Click to expand it.
community/cgmanager/cgproxy.initd
+
1
−
1
View file @
9c9c12d0
...
...
@@ -3,7 +3,7 @@
name
=
"cmanager system-bus proxy"
description
=
"D-Bus proxy for cgmanager"
:
${
retry
:
-
"TERM/45"
}
:
${
retry
:
=
"TERM/45"
}
command
=
/usr/sbin/cgproxy
# $OPTIONS is here for backward compatibility only
...
...
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