From owner-svn-doc-all@freebsd.org Wed Jan 13 01:01:37 2016 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54C08A80C18; Wed, 13 Jan 2016 01:01:37 +0000 (UTC) (envelope-from bjk@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 07B9518E5; Wed, 13 Jan 2016 01:01:36 +0000 (UTC) (envelope-from bjk@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0D11Z5p039189; Wed, 13 Jan 2016 01:01:35 GMT (envelope-from bjk@FreeBSD.org) Received: (from bjk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0D11Z4J039188; Wed, 13 Jan 2016 01:01:35 GMT (envelope-from bjk@FreeBSD.org) Message-Id: <201601130101.u0D11Z4J039188@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bjk set sender to bjk@FreeBSD.org using -f From: Benjamin Kaduk Date: Wed, 13 Jan 2016 01:01:35 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r48006 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jan 2016 01:01:37 -0000 Author: bjk Date: Wed Jan 13 01:01:35 2016 New Revision: 48006 URL: https://svnweb.freebsd.org/changeset/doc/48006 Log: Add relaunchd entry from Mark Heily Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml Wed Jan 13 00:53:29 2016 (r48005) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml Wed Jan 13 01:01:35 2016 (r48006) @@ -2141,4 +2141,69 @@ + + + relaunchd + + + + + Mark + Heily + + mark@heily.com + + + + + Development tree on GitHub + + + +

The relaunchd project provides a service + management daemon that is similar to the original + launchd + introduced in Apple OS X.

+ +

It is not limited to the original features of + launchd, however: interesting work is being done to add + support for launching programs in jails, passing socket + descriptors from the host to a jail, and launching programs within + a preconfigured capsicum(4) sandbox. Additionally, + relaunchd uses UCL for its configuration files, so jobs + can be defined in JSON or other formats supported by UCL.

+ +

While there is still work to be done, most of the important + features of the original launchd have been implemented, + and relaunchd has been made available in the &os; Ports + Collection. It should still be considered experimental and not + ready for production use, but everyone is welcome to try it, + report issues, and contribute code or ideas for improvement.

+ + + + +

Add support for restarting jobs if they crash.

+
+ + +

Implement the cron(8) emulation feature.

+
+ + +

Add support for monitoring files and directories for + changes, and launching jobs when changes are detected.

+
+ + +

Finish things that are incomplete, such as support for + jails and passing open socket descriptors to child processes.

+
+ + +

Improve the documentation and providing more examples of + how to use it.

+
+
+