chiark / gitweb /
elogind.git
12 years agoservice: warn if a service fails to write its PID file
Michal Schmidt [Thu, 22 Sep 2011 11:10:32 +0000 (13:10 +0200)]
service: warn if a service fails to write its PID file

Warn if a service promises to write a PID file (using 'PIDFile=' in the
unit file or '# pidfile:' in SysV header), but fails to keep the
promise.

This warning will likely trigger also for the forking services with a
racy daemonization, which exit the original process before the PID file
is written.

12 years agoupdate TODO
Lennart Poettering [Thu, 22 Sep 2011 02:18:18 +0000 (04:18 +0200)]
update TODO

12 years agoselinux: reopen log when loading the SELinux policy fails
Lennart Poettering [Thu, 22 Sep 2011 02:05:40 +0000 (04:05 +0200)]
selinux: reopen log when loading the SELinux policy fails

12 years agoservice: if StandardInput=socket and StandardOutput=inherit imply socket for output...
Lennart Poettering [Thu, 22 Sep 2011 01:29:51 +0000 (03:29 +0200)]
service: if StandardInput=socket and StandardOutput=inherit imply socket for output, don't imply default output

This is useful for inetd-style per-connection services, so that they
again can simply specify StandardOutput=socket to connect all three fds
to the socket.

12 years agoudev: asynchronously mount fuse/confifgs as soon as the kmods are loaded
Lennart Poettering [Thu, 22 Sep 2011 01:02:15 +0000 (03:02 +0200)]
udev: asynchronously mount fuse/confifgs as soon as the kmods are loaded

12 years agounits: introduce unit file for FUSE fs
Lennart Poettering [Thu, 22 Sep 2011 01:00:04 +0000 (03:00 +0200)]
units: introduce unit file for FUSE fs

FUSE and configfs is very very similar, so handle both the same way.

12 years agounits: In MeeGo there was more than one ExecStart lines present that caused systemd...
Marko Saukko [Wed, 21 Sep 2011 19:38:46 +0000 (21:38 +0200)]
units: In MeeGo there was more than one ExecStart lines present that caused systemd to refuse the rescue.service

12 years agomount: pull in quota tools from fstab lines with 'quota' option, too
Lennart Poettering [Wed, 21 Sep 2011 18:19:43 +0000 (20:19 +0200)]
mount: pull in quota tools from fstab lines with 'quota' option, too

https://bugzilla.redhat.com/show_bug.cgi?id=736360

12 years agojob: after converting a job from restart to start readd it to run queue
Lennart Poettering [Wed, 21 Sep 2011 17:56:15 +0000 (19:56 +0200)]
job: after converting a job from restart to start readd it to run queue

When we converted a restart job it's time to look again whether any of
its dependencies are now runnable.

https://bugzilla.redhat.com/show_bug.cgi?id=735013

12 years agoupdate TODO
Kay Sievers [Wed, 21 Sep 2011 17:33:52 +0000 (19:33 +0200)]
update TODO

12 years agounits: we don't need to check whether /sys/kernel/security is already mounted since...
Lennart Poettering [Wed, 21 Sep 2011 16:06:24 +0000 (18:06 +0200)]
units: we don't need to check whether /sys/kernel/security is already mounted since we'll enumerate that fact anyway

12 years agoupdate TODO
Lennart Poettering [Wed, 21 Sep 2011 01:56:07 +0000 (03:56 +0200)]
update TODO

12 years agounits: drop automount unit for /dev/hugepages
Lennart Poettering [Wed, 21 Sep 2011 01:35:19 +0000 (03:35 +0200)]
units: drop automount unit for /dev/hugepages

Since hugetlbfs cannot be compiled as kernel module there's little point
in doing on-demand mounting via autofs for it.

12 years agounits: drop automount unit for /dev/mqueue
Lennart Poettering [Wed, 21 Sep 2011 01:29:47 +0000 (03:29 +0200)]
units: drop automount unit for /dev/mqueue

Since the mqueue support cannot be built as a module there's little
benefit in having an autofs mount point set up for this.

12 years agounits: drop automount unit for /sys/kernel/security
Lennart Poettering [Wed, 21 Sep 2011 01:26:37 +0000 (03:26 +0200)]
units: drop automount unit for /sys/kernel/security

Since securityfs cannot be build as module there's little value in
having an on-demand autofs mount point for it.

12 years agounits: drop automount unit for /sys/kernel/debug
Lennart Poettering [Wed, 21 Sep 2011 01:20:28 +0000 (03:20 +0200)]
units: drop automount unit for /sys/kernel/debug

Since debugfs cannot be compiled as module there's little benefit in
having it as autofs mount point.

12 years agounits: drop /sys/kernel/config automount unit
Lennart Poettering [Wed, 21 Sep 2011 01:16:00 +0000 (03:16 +0200)]
units: drop /sys/kernel/config automount unit

The mount point directory /sys/kernel/config is only created after the
module is loaded, hence there's little value in having this an automount
unit: the runtime penalty for mounting an autofs here should be the same
as for a real mount.

12 years agomodules-load: filter out double modules
Lennart Poettering [Wed, 21 Sep 2011 00:57:02 +0000 (02:57 +0200)]
modules-load: filter out double modules

12 years agoservice: minor change in service_load_pid_file return value
Michal Schmidt [Wed, 21 Sep 2011 00:25:17 +0000 (02:25 +0200)]
service: minor change in service_load_pid_file return value

Return 0 only if the PID was really loaded. If no PIDFile= is defined,
return -ENOENT.

Only one caller cares about the return value of this function and this
change makes the usage nicer.

12 years agocondition: add ConditionPathIsSymbolicLink
Michal Schmidt [Tue, 20 Sep 2011 23:29:38 +0000 (01:29 +0200)]
condition: add ConditionPathIsSymbolicLink

12 years agocondition: always follow symlinks for condition checks, to mimic test
Lennart Poettering [Tue, 20 Sep 2011 23:07:25 +0000 (01:07 +0200)]
condition: always follow symlinks for condition checks, to mimic test

12 years agoservice: handle forking services that move to a new PID
Michal Schmidt [Tue, 20 Sep 2011 19:43:30 +0000 (21:43 +0200)]
service: handle forking services that move to a new PID

When some forking daemons receive a SIGHUP, they re-execute themselves
and consequently change to a new main PID. As long as they update the
PID file in the right order (before exiting the old PID), we can detect
that and avoid killing them.

12 years agounits: don't initialize automount point for securityfs if the initrd already mounted...
Lennart Poettering [Tue, 20 Sep 2011 22:45:22 +0000 (00:45 +0200)]
units: don't initialize automount point for securityfs if the initrd already mounted the directory

12 years agounit: introduce ConditionPathIsMountPoint=
Lennart Poettering [Tue, 20 Sep 2011 22:44:51 +0000 (00:44 +0200)]
unit: introduce ConditionPathIsMountPoint=

12 years agoman: document which condition tests follow symlinks
Michal Schmidt [Tue, 20 Sep 2011 10:28:22 +0000 (12:28 +0200)]
man: document which condition tests follow symlinks

ConditionPathExists and ConditionFileIsExecutable follow symlinks.
ConditionPathIsDirectory does not follow symlinks.
(XXX: is this actually the desired behavior?)

12 years agounits: direct stdout/stderr of rescue shells to tty
Michal Schmidt [Tue, 20 Sep 2011 10:11:04 +0000 (12:11 +0200)]
units: direct stdout/stderr of rescue shells to tty

With output of services going to syslog by default now, the rescue shell
units need to direct their output to tty explicitly.
Specify stderr too, just in case.

12 years agounits: Add support for automounting configfs, ala debugfs, etc.
Bill Nottingham [Tue, 13 Sep 2011 15:01:56 +0000 (11:01 -0400)]
units: Add support for automounting configfs, ala debugfs, etc.

12 years agoupdate TODO
Lennart Poettering [Tue, 20 Sep 2011 01:33:49 +0000 (03:33 +0200)]
update TODO

12 years agostdout-syslog-bridge: properly handle overly long log lines
Lennart Poettering [Tue, 20 Sep 2011 00:46:04 +0000 (02:46 +0200)]
stdout-syslog-bridge: properly handle overly long log lines

12 years agoservice: drop broken support for X-Interactive fields in LSB headers
Lennart Poettering [Mon, 19 Sep 2011 23:33:48 +0000 (01:33 +0200)]
service: drop broken support for X-Interactive fields in LSB headers

The logic never worked since reading from the boot console is useless
when a service is started after boot. Hence drop this half-baked code,
since we now have a place document incompatibilities like this.

http://www.freedesktop.org/wiki/Software/systemd/Incompatibilities

12 years agocondition: in ConditionPathIsExecutable follow symlinks
Lennart Poettering [Mon, 19 Sep 2011 23:28:00 +0000 (01:28 +0200)]
condition: in ConditionPathIsExecutable follow symlinks

https://bugzilla.redhat.com/show_bug.cgi?id=737047

12 years agosystemadm: use colors for id too, remove color from fragment link
Zbigniew Jędrzejewski-Szmek [Mon, 19 Sep 2011 06:20:17 +0000 (08:20 +0200)]
systemadm: use colors for id too, remove color from fragment link

12 years agosystemadm: adjust row numbers after removing 'aliases'
Zbigniew Jędrzejewski-Szmek [Mon, 19 Sep 2011 06:14:02 +0000 (08:14 +0200)]
systemadm: adjust row numbers after removing 'aliases'

12 years agosystemadm: coalesce id and decription fields
Zbigniew Jędrzejewski-Szmek [Sun, 18 Sep 2011 15:00:12 +0000 (17:00 +0200)]
systemadm: coalesce id and decription fields

This is just in interest of saving space (e.g. 5 lines for multi-user.target).

12 years agosystemadm: catch exceptions generated by dbus
Zbigniew Jędrzejewski-Szmek [Thu, 24 Feb 2011 15:30:55 +0000 (16:30 +0100)]
systemadm: catch exceptions generated by dbus

Otherwise, access-denied dbus errors were not caught, and only
caused a message to be printed out on the console. After this
change a proper popup window pops up :).

12 years agosystemadm: make the dependency listing selectable
Zbigniew Jędrzejewski-Szmek [Sun, 18 Sep 2011 09:06:07 +0000 (11:06 +0200)]
systemadm: make the dependency listing  selectable

There's no reason to forbid selecting the text.

12 years agosystemadm: use bold for "requires", etc.
Zbigniew Jędrzejewski-Szmek [Sat, 17 Sep 2011 13:57:19 +0000 (14:57 +0100)]
systemadm: use bold for "requires", etc.

12 years agosystemadm: use color for dependency links
Zbigniew Jędrzejewski-Szmek [Thu, 3 Mar 2011 21:20:19 +0000 (22:20 +0100)]
systemadm: use color for dependency links

12 years agosystemadm: display dependencies sorted
Zbigniew Jędrzejewski-Szmek [Thu, 3 Mar 2011 00:30:08 +0000 (01:30 +0100)]
systemadm: display dependencies sorted

12 years agosystemadm: add libgee as dependency and use it for a unit map
Zbigniew Jędrzejewski-Szmek [Thu, 3 Mar 2011 19:54:01 +0000 (20:54 +0100)]
systemadm: add libgee as dependency and use it for a unit map

12 years agosystemadm: add a wrappable label and use it for status lines
Zbigniew Jędrzejewski-Szmek [Tue, 1 Mar 2011 10:18:13 +0000 (11:18 +0100)]
systemadm: add a wrappable label and use it for status lines

The new WrapLabel is there to work around a deficiency in GTK,
namely the fact that it is hard to make labels which are both
resizable and wrappable. The code is a port from libview.

12 years agosystemadm: filter on swaps, paths, and timers too.
Zbigniew Jędrzejewski-Szmek [Mon, 28 Feb 2011 09:35:23 +0000 (10:35 +0100)]
systemadm: filter on swaps, paths, and timers too.

12 years agosystemadm: split the type+status combo box into type combo & status checkbox
Zbigniew Jędrzejewski-Szmek [Fri, 25 Feb 2011 17:20:16 +0000 (18:20 +0100)]
systemadm: split the type+status combo box into type combo & status checkbox

12 years agocondition: opt out of /proc/cmdline parsing only when running in a container, not...
Lennart Poettering [Mon, 19 Sep 2011 21:51:15 +0000 (23:51 +0200)]
condition: opt out of /proc/cmdline parsing only when running in a container, not in a VM

12 years agohostnamed: Fix "SetStaticHostname" debug output
Bastien Nocera [Sun, 18 Sep 2011 13:10:07 +0000 (14:10 +0100)]
hostnamed: Fix "SetStaticHostname" debug output

Was using the wrong property (eg. not the one we just set)

https://bugs.freedesktop.org/show_bug.cgi?id=40987

12 years agosystemadm: allow sorting of jobs and units
Zbigniew Jędrzejewski-Szmek [Thu, 24 Feb 2011 15:29:24 +0000 (16:29 +0100)]
systemadm: allow sorting of jobs and units

12 years agosystemadm: break timestamp formatting out into a seperate function
Zbigniew Jędrzejewski-Szmek [Wed, 23 Feb 2011 13:03:59 +0000 (14:03 +0100)]
systemadm: break timestamp formatting out into a seperate function

Since the timezone is always local, it doesn't make much sense to
display it. The timestamp is now formatted without the timezone.
I guess it can be further improved, which should be easier now
that it is tucked-away in a separate function.

12 years agoman: list specifiers in a table
Mathieu Bridon [Mon, 5 Sep 2011 08:35:57 +0000 (16:35 +0800)]
man: list specifiers in a table

It was noted on IRC that the current layout is not necessarily the
easiest to parse by humans. I personnally struggled understanding it the
first time I read it.

Hopefully, this change makes it easier to understand.

Note: I only reformatted the information that was already present in the
documentation, I didn't add anything.

12 years agoman: fix typo in systemd manual page
Albert Strasheim [Mon, 5 Sep 2011 08:45:12 +0000 (08:45 +0000)]
man: fix typo in systemd manual page

12 years agotimedate: fix interfaces list
Lennart Poettering [Sun, 4 Sep 2011 13:00:13 +0000 (15:00 +0200)]
timedate: fix interfaces list

https://bugs.freedesktop.org/show_bug.cgi?id=40583

12 years agodbus: terminate mechanism daemons after a while
Lennart Poettering [Sat, 3 Sep 2011 01:26:58 +0000 (03:26 +0200)]
dbus: terminate mechanism daemons after a while

12 years agostdout-bridge: set facility of messages with no facility to configured facility inste...
Lennart Poettering [Thu, 1 Sep 2011 19:15:00 +0000 (21:15 +0200)]
stdout-bridge: set facility of messages with no facility to configured facility instead of LOG_USER

12 years agofsck: show progress while fscking at boot
Lennart Poettering [Thu, 1 Sep 2011 19:05:06 +0000 (21:05 +0200)]
fsck: show progress while fscking at boot

12 years agobuild-sys: bump release v35
Lennart Poettering [Thu, 1 Sep 2011 00:10:25 +0000 (02:10 +0200)]
build-sys: bump release

12 years agolabel: fix database check
Lennart Poettering [Wed, 31 Aug 2011 23:16:55 +0000 (01:16 +0200)]
label: fix database check

12 years agopo: Initial Polish translation
Piotr Drąg [Mon, 22 Aug 2011 13:45:38 +0000 (15:45 +0200)]
po: Initial Polish translation

https://bugs.freedesktop.org/show_bug.cgi?id=39553

12 years agolocale: support $LANGUAGE too
Lennart Poettering [Wed, 31 Aug 2011 12:09:14 +0000 (14:09 +0200)]
locale: support $LANGUAGE too

$LANGUAGE is a GNU extension that is probably worth supporting, since it
allows specifiying an order of languages.

https://bugs.freedesktop.org/show_bug.cgi?id=40510

12 years agogetty: simplify things a bit
Lennart Poettering [Wed, 31 Aug 2011 02:22:41 +0000 (04:22 +0200)]
getty: simplify things a bit

https://bugs.freedesktop.org/show_bug.cgi?id=39818

12 years agogetty: automatically add getty on hvsi0 virtualizer console
Lennart Poettering [Wed, 31 Aug 2011 02:15:42 +0000 (04:15 +0200)]
getty: automatically add getty on hvsi0 virtualizer console

https://bugs.freedesktop.org/show_bug.cgi?id=39818

12 years agodropin: don't fail if random files are stored in .wants directories
Lennart Poettering [Wed, 31 Aug 2011 01:55:38 +0000 (03:55 +0200)]
dropin: don't fail if random files are stored in .wants directories

https://bugs.freedesktop.org/show_bug.cgi?id=39957

12 years agosystemctl: if we managed to reexec the init system via the bus don't retry via signal
Lennart Poettering [Wed, 31 Aug 2011 01:31:27 +0000 (03:31 +0200)]
systemctl: if we managed to reexec the init system via the bus don't retry via signal

If we managed to reeexec the init system via the bus this allows us to
provide synchronous behaviour to callers. This is all lost if we then
repeat the reexecution via SIGTERM.

https://bugzilla.redhat.com/show_bug.cgi?id=698198

12 years agologind: use syspath instead of sysname to identify fb devices since udlfb got fixed now
Lennart Poettering [Wed, 31 Aug 2011 01:16:01 +0000 (03:16 +0200)]
logind: use syspath instead of sysname to identify fb devices since udlfb got fixed now

12 years agoman: document /etc/timezone
Lennart Poettering [Wed, 31 Aug 2011 01:09:22 +0000 (03:09 +0200)]
man: document /etc/timezone

12 years agomount: fix parsing of prio value
Lennart Poettering [Tue, 30 Aug 2011 23:46:38 +0000 (01:46 +0200)]
mount: fix parsing of prio value

https://bugzilla.redhat.com/show_bug.cgi?id=722803

12 years agoman: don't recommend After=syslog.target anymore since we don't support non-socket...
Lennart Poettering [Tue, 30 Aug 2011 23:35:43 +0000 (01:35 +0200)]
man: don't recommend After=syslog.target anymore since we don't support non-socket-activatable syslogs anymore where that was ncessary

12 years agogetty-generator: ignore if symlinks already exist
Lennart Poettering [Tue, 30 Aug 2011 23:30:57 +0000 (01:30 +0200)]
getty-generator: ignore if symlinks already exist

12 years agolabel: minor fixes
Lennart Poettering [Tue, 30 Aug 2011 23:21:02 +0000 (01:21 +0200)]
label: minor fixes

12 years agolabel: introduce label_bind() and make use of it where necessary
Lennart Poettering [Tue, 30 Aug 2011 23:02:00 +0000 (01:02 +0200)]
label: introduce label_bind() and make use of it where necessary

https://bugzilla.redhat.com/show_bug.cgi?id=729997

12 years agoservice: change default stdout/stderr to syslog
Lennart Poettering [Tue, 30 Aug 2011 20:57:55 +0000 (22:57 +0200)]
service: change default stdout/stderr to syslog

12 years agostdout-bridge: rename logger to stdout-syslog-bridge to make it more descriptive
Lennart Poettering [Tue, 30 Aug 2011 20:42:49 +0000 (22:42 +0200)]
stdout-bridge: rename logger to stdout-syslog-bridge to make it more descriptive

12 years agoselinux: explicitly relabel /run/initramfs/root-fsck and friends
Lennart Poettering [Tue, 30 Aug 2011 16:49:17 +0000 (18:49 +0200)]
selinux: explicitly relabel /run/initramfs/root-fsck and friends

12 years agospecifier: drop misplaced assert()
Lennart Poettering [Tue, 30 Aug 2011 14:49:17 +0000 (16:49 +0200)]
specifier: drop misplaced assert()

12 years agoselinux: don't relabel /run/initramfs
Lennart Poettering [Mon, 29 Aug 2011 22:16:00 +0000 (00:16 +0200)]
selinux: don't relabel /run/initramfs

/run/initramfs usually contains the initrd so that we can jump back into
it on shutdown. It's usually relatively large and static data, hence we
should avoid relabelling of it. On my netbook this saves 6s. (6.6s
needed for relabelling /dev and /run goes down to 600ms -- still way too
much, but much better).

12 years agoselinux: retest selinux after we loaded the policy
Lennart Poettering [Mon, 29 Aug 2011 21:36:10 +0000 (23:36 +0200)]
selinux: retest selinux after we loaded the policy

12 years agologind: downgrade session create/remove log messages to LOG_DEBUG for
Lennart Poettering [Mon, 29 Aug 2011 20:08:19 +0000 (22:08 +0200)]
logind: downgrade session create/remove log messages to LOG_DEBUG for
cronjobs and similar which have no tty/X11 server assigned

https://bugzilla.redhat.com/show_bug.cgi?id=727315

12 years agountis: allow both console and plymouth ask password agents in boot transaction to...
Lennart Poettering [Mon, 29 Aug 2011 19:48:51 +0000 (21:48 +0200)]
untis: allow both console and plymouth ask password agents in boot transaction to allow dynamically disabled plymouth

12 years agoplymouth: don't enable ask-password agent of plymouth is disabled
Lennart Poettering [Mon, 29 Aug 2011 17:45:22 +0000 (19:45 +0200)]
plymouth: don't enable ask-password agent of plymouth is disabled

12 years agoexecute: fix bus serialization for commands
Lennart Poettering [Mon, 29 Aug 2011 17:44:52 +0000 (19:44 +0200)]
execute: fix bus serialization for commands

12 years agoman: fix securebits docs
Lennart Poettering [Mon, 29 Aug 2011 11:44:12 +0000 (13:44 +0200)]
man: fix securebits docs

12 years agobuild-sys: bump version v34
Lennart Poettering [Thu, 25 Aug 2011 15:02:33 +0000 (17:02 +0200)]
build-sys: bump version

12 years agoacl: properly handle if devices are tagged as uaccess but do not have a device node
Lennart Poettering [Thu, 25 Aug 2011 14:50:49 +0000 (16:50 +0200)]
acl: properly handle if devices are tagged as uaccess but do not have a device node

12 years agobuild-sys: Add --disable-localed configure switch
Miklos Vajna [Wed, 24 Aug 2011 22:45:26 +0000 (00:45 +0200)]
build-sys: Add --disable-localed configure switch

12 years agoupdate README
Lennart Poettering [Wed, 24 Aug 2011 21:29:28 +0000 (23:29 +0200)]
update README

12 years agoupdate TODO
Lennart Poettering [Wed, 24 Aug 2011 19:22:26 +0000 (21:22 +0200)]
update TODO

12 years agoupdate TODO
Lennart Poettering [Wed, 24 Aug 2011 19:14:28 +0000 (21:14 +0200)]
update TODO

12 years agotmpfiles: Move /tmp and /var/tmp to a separate tmpfiles.d file to ease overrides...
Josh Triplett [Sat, 6 Aug 2011 22:48:27 +0000 (15:48 -0700)]
tmpfiles: Move /tmp and /var/tmp to a separate tmpfiles.d file to ease overrides via /etc

Many people prefer to avoid clearing /tmp and /var/tmp, and
distributions often have explicit settings for how often to clear them
if at all.  Overriding those with systemd currently requires overriding
all of /usr/lib/tmpfiles.d/systemd.conf via
/etc/tmpfiles.d/systemd.conf, copying across all the other entries, and
updating that override when systemd.conf changes.

Move the /tmp and /var/tmp entries from systemd.conf to a separate
tmp.conf, making them easier to override without affecting the rest of
systemd.conf.

12 years agocryptsetup-generator: block boot when querying passphrase.
Frederic Crozat [Thu, 4 Aug 2011 14:46:33 +0000 (16:46 +0200)]
cryptsetup-generator: block boot when querying passphrase.

Ensure we wait for passphrase before starting tty1 or graphical display.
Needed when not using plymouth.

12 years agocryptsetup: accept "none" option
Frederic Crozat [Thu, 4 Aug 2011 14:04:43 +0000 (16:04 +0200)]
cryptsetup: accept "none" option

12 years agobuild-sys: Add --disable-timedated configure switch
Miklos Vajna [Tue, 2 Aug 2011 21:58:46 +0000 (23:58 +0200)]
build-sys: Add --disable-timedated configure switch

12 years agopath-lookup: monitor /etc/systemd/user for user manager
Frederic Crozat [Wed, 24 Aug 2011 11:39:06 +0000 (13:39 +0200)]
path-lookup: monitor /etc/systemd/user for user manager

12 years agodbus: 'directrion' is not a valid attribute
Tero Roponen [Wed, 24 Aug 2011 10:10:06 +0000 (13:10 +0300)]
dbus: 'directrion' is not a valid attribute

$ gdbus introspect --system --dest org.freedesktop.systemd1 --object-path /org/freedesktop/systemd1
Error parsing introspection XML: 115:64: attribute 'directrion' invalid for element 'arg'

12 years agoman: Sort the entries in systemd.special(7)
Josh Triplett [Sat, 6 Aug 2011 23:04:38 +0000 (16:04 -0700)]
man: Sort the entries in systemd.special(7)

This manpage presents the special targets in alphabetical order, but
time-sync.target appeared in the wrong place.

12 years agotmpfiles: Remove X11 lock files for displays :10 and higher too
Josh Triplett [Sat, 6 Aug 2011 22:56:39 +0000 (15:56 -0700)]
tmpfiles: Remove X11 lock files for displays :10 and higher too

12 years agoinitctl: check for kexec_loaded when reboot is requested through initctl
Frederic Crozat [Mon, 22 Aug 2011 12:58:50 +0000 (14:58 +0200)]
initctl: check for kexec_loaded when reboot is requested through initctl

12 years agoservice: all rcS.d scripts have been converted on Frugalware
Miklos Vajna [Tue, 23 Aug 2011 23:49:54 +0000 (01:49 +0200)]
service: all rcS.d scripts have been converted on Frugalware

12 years agostrv: fix counting in strv_env_delete()
Lennart Poettering [Tue, 23 Aug 2011 23:10:13 +0000 (01:10 +0200)]
strv: fix counting in strv_env_delete()

12 years agoudev: since bt devices cannot be renamed revert to %k
Lennart Poettering [Tue, 23 Aug 2011 23:09:21 +0000 (01:09 +0200)]
udev: since bt devices cannot be renamed revert to %k

12 years agoudev: use $name instead of %k
Lennart Poettering [Tue, 23 Aug 2011 16:06:58 +0000 (18:06 +0200)]
udev: use $name instead of %k

12 years agocgroup: optionally mount a specific cgroup controllers together, and add cpu+cpuacct...
Lennart Poettering [Mon, 22 Aug 2011 22:37:35 +0000 (00:37 +0200)]
cgroup: optionally mount a specific cgroup controllers together, and add cpu+cpuacct to the default

12 years agotimedate: make NTP controllable too
Lennart Poettering [Sun, 21 Aug 2011 23:08:10 +0000 (01:08 +0200)]
timedate: make NTP controllable too