-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tools/system/supervise: init at 1.0.0 #29091
Conversation
meta = { | ||
description = "An API for running processes safely and securely"; | ||
homepage = https://github.com/catern/supervise; | ||
license = with lib.licenses; [ lgpl3 ]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to maintain this package?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure. I will add myself to the maintainers list.
homepage = https://github.com/catern/supervise; | ||
description = "A minimal unprivileged process supervisor making use of modern Linux features"; | ||
platforms = platforms.linux; | ||
license = licenses.gpl3; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to maintain this package?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, I can do that.
meta = { | ||
description = "An API for running processes safely and securely"; | ||
homepage = https://github.com/catern/supervise; | ||
license = with lib.licenses; [ lgpl3 ]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not just license = lib.licenses.lgpl3;
?
358ef6b
to
371a787
Compare
Thanks. Pushed to master. |
Motivation for this change
Add supervise utility https://github.com/catern/supervise
Things done
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)