Jump to content

User:Shirrapal/sandbox: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
BattyBot (talk | contribs)
m External links: Changed article categories to category links per WP:USERNOCAT
m WP:LINKs update-standardize, plural > WP:SINGULAR. Template:Official website add.
 
Line 10: Line 10:
| latest release version = 2.11.3.2
| latest release version = 2.11.3.2
| latest release date = {{Start date and age|2023|04|02}}<ref>{{cite web |url=https://git.skarnet.org/cgi-bin/cgit.cgi/s6/tag/?h=v2.11.3.2 |title=s6 v2.11.3.2 |date=2023-04-02 |website=git.skarnet.org |access-date=2023-10-04}}</ref>
| latest release date = {{Start date and age|2023|04|02}}<ref>{{cite web |url=https://git.skarnet.org/cgi-bin/cgit.cgi/s6/tag/?h=v2.11.3.2 |title=s6 v2.11.3.2 |date=2023-04-02 |website=git.skarnet.org |access-date=2023-10-04}}</ref>
| programming language = [[C (programming language)|C]], [[Bourne Shell|Shell]]
| programming language = [[C (programming language)|C]], [[Bourne shell|Shell]]
| operating system = [[UNIX]], [[Linux]], [[FreeBSD]], [[OpenBSD]], [[NetBSD]], [[macOS]], [[Solaris (operating system)|Solaris]]
| operating system = [[Unix]], [[Linux]], [[FreeBSD]], [[OpenBSD]], [[NetBSD]], [[macOS]], [[Oracle Solaris|Solaris]]
| genre = [[Init]] [[daemon (computer software)|daemon]]
| genre = [[Init]] [[Daemon (computing)|daemon]]
| license = [[ISC License]]
| license = [[ISC license|ISC]]
}}
}}


'''s6''' is a set of utility programs for process/service supervision and management, logging and system initialization<ref>{{cite web |url=https://skarnet.org/software/s6/overview.html |title=An overview of s6 |website=skarnet.org |access-date=2023-10-04}}</ref>, thus functionally resembling [[runit]] and [[daemontools]]. Designed to be small yet powerful, it is suitable for resource constrained deployments, like [[Container (virtualization)|containers]] or [[embedded systems]].
'''s6''' is a set of utility programs for process/service supervision and management, logging and system initialization,<ref>{{cite web |url=https://skarnet.org/software/s6/overview.html |title=An overview of s6 |website=skarnet.org |access-date=2023-10-04}}</ref> thus functionally resembling [[runit]] and [[daemontools]]. Designed to be small yet powerful, it is suitable for resource constrained deployments, like [[Container (virtualization)|containers]] or [[embedded system]]s.




Line 23: Line 23:


==External links==
==External links==
* [https://skarnet.org/software/s6/ s6]
* {{Official website|skarnet.org/software/s6}}
* [https://git.skarnet.org/cgi-bin/cgit.cgi/s6/ s6 git repository]
* [https://git.skarnet.org/cgi-bin/cgit.cgi/s6/ s6 git repository]



Latest revision as of 17:30, 5 June 2024



s6
Original author(s)Laurent Bercot
Stable release
2.11.3.2 / April 2, 2023; 18 months ago (2023-04-02)[1]
Written inC, Shell
Operating systemUnix, Linux, FreeBSD, OpenBSD, NetBSD, macOS, Solaris
TypeInit daemon
LicenseISC

s6 is a set of utility programs for process/service supervision and management, logging and system initialization,[2] thus functionally resembling runit and daemontools. Designed to be small yet powerful, it is suitable for resource constrained deployments, like containers or embedded systems.


References

[edit]
  1. ^ "s6 v2.11.3.2". git.skarnet.org. 2023-04-02. Retrieved 2023-10-04.
  2. ^ "An overview of s6". skarnet.org. Retrieved 2023-10-04.
[edit]

Category:Software using the ISC license Category:Unix process- and task-management-related software