Difference between revisions of "Shepherd"

From Free Software Directory
Jump to: navigation, search
m (shepherd-0.8.1)
m (Is GNU checkbox)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
Shepherd may also be used by unprivileged users to manage per-user daemons (e.g.,  [[tor]], [[privoxy]], [[mcron]], etc.).
 
Shepherd may also be used by unprivileged users to manage per-user daemons (e.g.,  [[tor]], [[privoxy]], [[mcron]], etc.).
 
|Homepage URL=https://www.gnu.org/software/shepherd/
 
|Homepage URL=https://www.gnu.org/software/shepherd/
|Is High Priority Project=No
+
|Version download=https://ftp.gnu.org/gnu/shepherd/shepherd-0.10.4.tar.gz
|VCS checkout command=git clone git://git.savannah.gnu.org/shepherd.git
 
|Documentation note=User manual available at https://www.gnu.org/software/shepherd/manual/
 
 
 
'''Selection from the [https://shop.fsf.org/ FSF shop]'''
 
 
 
[https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman]
 
 
 
[https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line]
 
 
 
----
 
----
 
'''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]'''
 
----
 
----
 
 
 
If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org
 
----
 
|Decommissioned or Obsolete=No
 
|Donate=https://my.fsf.org/donate/
 
|Related projects=gnustandards,daemontools, rc.d, simpleinit, minit, depinit, daemond, pinit, initng, launchd, einit, upstart, sysvinit, systemd, procd, openrc, epoch, sinit
 
|Keywords=daemon,manager,Linux,service,guile,init,SysV-init,hurd,Linux kernel,service manager
 
|Version identifier=0.8.1
 
|Version date=2020/06/03
 
|Version status=stable
 
|Version download=https://ftp.gnu.org/gnu/shepherd/shepherd-0.8.1.tar.gz
 
|Last review by=Genium
 
|Last review date=2020/06/03
 
|Submitted by=Database conversion
 
|Submitted date=2011/04/01
 
|User level=intermediate
 
|Paid support=https://www.fsf.org/resources/service/
 
|Accepts cryptocurrency donations=Yes
 
|OpenPGP signature=https://ftp.gnu.org/gnu/shepherd/shepherd-0.8.1.tar.gz.sig
 
|Test entry=No
 
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=shepherd
 
|GNU package identifier=shepherd
Line 53: Line 19:
 
Copyright (C) 2019 Ricardo Wurmus
 
Copyright (C) 2019 Ricardo Wurmus
 
|License verified by=Genium
 
|License verified by=Genium
|License verified date=2020/04/21
+
|License verified date=2020-04-21
 
|License note=https://git.savannah.gnu.org/cgit/shepherd.git/tree/COPYING
 
|License note=https://git.savannah.gnu.org/cgit/shepherd.git/tree/COPYING
 +
}}
 +
{{Software category
 +
|Interface=command-line, daemon
 +
|Program-build-automation=make-related
 +
|Programming-language=guile
 +
|Runs-on=GNU/Linux, GNU/Hurd
 +
|System-administration=configuration, monitor
 +
|Use=system-administration
 +
}}
 +
{{EntryGNU
 +
|Is GNU=Yes
 +
|GNU package identifier=shepherd
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Source requirement
 +
|Prerequisite description=[[GNU Guile]] version 2.0.13 or later
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=[[GNU Make]]
 
}}
 
}}
 
{{Person
 
{{Person
Line 70: Line 56:
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
 
|Resource URL=https://git.savannah.gnu.org/cgit/shepherd.git/
 
|Resource URL=https://git.savannah.gnu.org/cgit/shepherd.git/
 +
}}
 +
{{Resource
 +
|Resource audience=Savannah
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://git.savannah.gnu.org/gitweb/?p=shepherd.git
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 100: Line 91:
 
|Resource kind=General
 
|Resource kind=General
 
|Resource URL=https://translationproject.org/domain/shepherd.html
 
|Resource URL=https://translationproject.org/domain/shepherd.html
}}
 
{{Resource
 
|Resource audience=Savannah
 
|Resource kind=General
 
|Resource URL=https://savannah.gnu.org/people/
 
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 111: Line 97:
 
|Resource URL=https://www.wikidata.org/wiki/Q21194368
 
|Resource URL=https://www.wikidata.org/wiki/Q21194368
 
}}
 
}}
{{Software category
+
{{EntryDetails
|Interface=command-line, daemon
+
|Is High Priority Project=No
|Program-build-automation=make-related
+
|VCS checkout command=git clone git://git.savannah.gnu.org/shepherd.git
|Programming-language=guile
+
|Decommissioned or Obsolete=No
|Runs-on=GNU/Linux, GNU/Hurd
+
|Version identifier=0.10.4
|System-administration=configuration, monitor
+
|Version date=2024-03-31
|Use=system-administration
+
|Version status=stable
}}
+
|Version comment=https://lists.gnu.org/archive/html/info-gnu/2024-03/msg00010.html
{{Software prerequisite
+
|Last review by=Genium
|Prerequisite kind=Source requirement
+
|Last review date=2024-04-14
|Prerequisite description=[[GNU Guile]] version 2.0.13 or later
+
|Accepts cryptocurrency donations=No
}}
+
|OpenPGP signature=https://ftp.gnu.org/gnu/shepherd/shepherd-0.10.4.tar.gz.sig
{{Software prerequisite
+
|Test entry=No
|Prerequisite kind=Required to build
 
|Prerequisite description=[[GNU Make]]
 
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 04:47, 14 April 2024


[edit]

GNU Shepherd

https://www.gnu.org/software/shepherd/
System service manager

The GNU Shepherd is a daemon-managing daemon, meaning that it supervises the execution of system services, replacing similar functionality found in typical init systems. It provides dependency-handling through a convenient interface and is based on GNU Guile.

Shepherd may also be used by unprivileged users to manage per-user daemons (e.g., tor, privoxy, mcron, etc.).





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

21 April 2020




Leaders and contributors

Contact(s)Role
Ludovic Courtès Maintainer


Resources and communication

AudienceResource typeURI
Guix-devel Info PageMailing Listhttps://lists.gnu.org/mailman/listinfo/guix-devel/
Savannah (Ref)Homepagehttps://savannah.gnu.org/projects/shepherd/
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/gitweb/?p=shepherd.git
FTPDownloadftp://ftp.gnu.org/gnu/shepherd/
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/cgit/shepherd.git/
FTPDownloadftp://alpha.gnu.org/gnu/shepherd/
bug-Guix Info PageMailing Listhttps://lists.gnu.org/mailman/listinfo/bug-guix/
WikidataGeneralhttps://www.wikidata.org/wiki/Q21194368
gnu-system-discuss Info PageMailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Translation ProjectGeneralhttps://translationproject.org/domain/shepherd.html


Software prerequisites

KindDescription
Source requirementGNU Guile version 2.0.13 or later
Required to buildGNU Make

This entry (in part or in whole) was last reviewed on 14 April 2024.



Version comment

https://lists.gnu.org/archive/html/info-gnu/2024-03/msg00010.html


Entry













"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"bug-Guix Info Page" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Guix-devel Info Page" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"gnu-system-discuss Info Page" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Translation Project" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Wikidata" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.










Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.