summaryrefslogtreecommitdiffstats
path: root/smgl/systemd/DETAILS
blob: ac6630d7e4f0f41a44d84494514b9cd3d3fd8543 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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