summaryrefslogtreecommitdiffstats
path: root/smgl/systemd/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'smgl/systemd/DETAILS')
-rw-r--r--smgl/systemd/DETAILS27
1 files changed, 27 insertions, 0 deletions
diff --git a/smgl/systemd/DETAILS b/smgl/systemd/DETAILS
new file mode 100644
index 0000000000..ac6630d7e4
--- /dev/null
+++ b/smgl/systemd/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=systemd
+if [[ $SYSTEMD_GIT == y ]]
+then
+ VERSION=git
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_IGNORE=volatile
+ SOURCE_URL[0]=git://anongit.freedesktop.org/systemd
+ FORCE_DOWNLOAD=1
+else
+ VERSION=26
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_HASH=sha512:
+ SOURCE_URL[0]=http://www.freedesktop.org/software/${SPELL}/${SPELL}-${VERSION}.tar.bz2
+fi
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://www.freedesktop.org/wiki/Software/systemd
+ ENTERED=20110406
+ LICENSE[0]=GPL
+ SHORT="systemd is a system and service manager for Linux"
+cat << EOF
+systemd is a system and service manager for Linux, compatible with SysV and LSB init scripts.
+systemd provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting services,
+offers on-demand starting of daemons, keeps track of processes using Linux cgroups,
+supports snapshotting and restoring of the system state, maintains mount and automount points and
+implements an elaborate transactional dependency-based service control logic.
+It can work as a drop-in replacement for sysvinit.
+EOF