Difference between revisions of "Shepherd"

From Free Software Directory
Jump to: navigation, search
m (Bendikker moved page Dmd to Shepherd over redirect: use standard gnu package identifier)
(resources)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=GNU dmd
+
|Name=The GNU Shepherd
 
|Short description=Service manager that's a replacement for SysV-init
 
|Short description=Service manager that's a replacement for SysV-init
 
|Full description='''DMD'''  (daemon managing daemons) is an init system used to start, stop and manage daemons. It provides a replacement for the service-managing capabilities of SysV init (or any other init) with a  powerful dependency-based system with a convenient interface.  GNU dmd may also be used by unprivileged users to manage per-user daemons (e.g.,  [[tor]], privoxy, mcron, etc.). It is written in Guile Scheme, and is  configured and extended using [[Guile]].
 
|Full description='''DMD'''  (daemon managing daemons) is an init system used to start, stop and manage daemons. It provides a replacement for the service-managing capabilities of SysV init (or any other init) with a  powerful dependency-based system with a convenient interface.  GNU dmd may also be used by unprivileged users to manage per-user daemons (e.g.,  [[tor]], privoxy, mcron, etc.). It is written in Guile Scheme, and is  configured and extended using [[Guile]].
  
 
DMD was initially launched in 2003 by Wolfgang Jährling, most notable for being entirely written and configurable in Guile Scheme. It was dormant for nearly a decade when it was revived in 2013 as part of the Guix transactional package management system, also written in Guile. It is developed jointly with the [[GNU Guix]] project under the name `''Shepherd''´, with the goal of being used as the init system of [[GNU]].
 
DMD was initially launched in 2003 by Wolfgang Jährling, most notable for being entirely written and configurable in Guile Scheme. It was dormant for nearly a decade when it was revived in 2013 as part of the Guix transactional package management system, also written in Guile. It is developed jointly with the [[GNU Guix]] project under the name `''Shepherd''´, with the goal of being used as the init system of [[GNU]].
|Homepage URL=https://www.gnu.org/software/dmd/
+
|Homepage URL=https://www.gnu.org/software/shepherd/
 
|User level=beginner
 
|User level=beginner
 
|Is High Priority Project=No
 
|Is High Priority Project=No
 
|VCS checkout command=git clone git://git.savannah.gnu.org/shepherd.git
 
|VCS checkout command=git clone git://git.savannah.gnu.org/shepherd.git
|Computer languages=Guile
+
|Documentation note=https://www.gnu.org/software/shepherd/manual/
 +
|Decommissioned/Obsolete=No
 
|Accepts cryptocurrency donations=No
 
|Accepts cryptocurrency donations=No
 
|Related projects=daemontools, rc.d, simpleinit, minit, depinit, daemond, pinit, initng, launchd, einit, upstart, sysvinit, systemd, procd, openrc, epoch, sinit
 
|Related projects=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
 
|Keywords=daemon,manager,Linux,service,guile,init,SysV-init,hurd,Linux kernel,service manager
|Version identifier=0.4
+
|Version identifier=0.4.0
|Version date=2016/03/22
+
|Version date=2018/03/22
 
|Version status=alpha
 
|Version status=alpha
|Version download=ftp://alpha.gnu.org/gnu/dmd/shepherd-0.4.0.tar.gz
+
|Version download=https://alpha.gnu.org/gnu/shepherd/shepherd-0.4.0.tar.gz
 +
|Test entry=No
 
|Last review by=Bendikker
 
|Last review by=Bendikker
|Last review date=2018/04/05
+
|Last review date=2018/04/27
 
|Submitted by=Vibhuti
 
|Submitted by=Vibhuti
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
 
|Is GNU=Yes
 
|Is GNU=Yes
|GNU package identifier=dmd
+
|GNU package identifier=shepherd
 
|License verified date=2005-08-10
 
|License verified date=2005-08-10
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=GPLv3
+
|License=GPLv3orlater
|License verified by=Genium
+
|License verified by=Bendikker
|License verified date=2013/12/03
+
|License verified date=2018/04/27
 
}}
 
}}
 
{{Person
 
{{Person
Line 41: Line 43:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Ruby (Ref) (R)
+
|Resource audience=Ruby (Ref)
 
|Resource URL=https://rubygems.org/gems/shepherd
 
|Resource URL=https://rubygems.org/gems/shepherd
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Savannah (Ref) (R)
+
|Resource audience=Savannah (Ref)
 
|Resource URL=https://savannah.gnu.org/projects/shepherd
 
|Resource URL=https://savannah.gnu.org/projects/shepherd
 
}}
 
}}
Line 51: Line 53:
 
|Resource audience=Developer
 
|Resource audience=Developer
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
|Resource URL=http://lists.gnu.org/mailman/listinfo/guix-devel
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/guix-devel/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource audience=Developer
 
|Resource audience=Developer
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=http://git.savannah.gnu.org/cgit/shepherd.git
+
|Resource URL=https://git.savannah.gnu.org/cgit/shepherd.git/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource audience=Developer
 
|Resource audience=Developer
 
|Resource kind=Download
 
|Resource kind=Download
|Resource URL=ftp://alpha.gnu.org/gnu/dmd/
+
|Resource URL=ftp://alpha.gnu.org/gnu/shepherd/
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=command-line
 
|Interface=command-line
 +
|Programming-language=guile
 
|System-administration=configuration, monitor
 
|System-administration=configuration, monitor
 
|Use=system-administration
 
|Use=system-administration

Revision as of 04:20, 27 April 2018


[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





"Original author" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.



"Current maintainer" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


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


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
















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.