Lennart Poettering
a8049b7a7c
manager: don't garbage collect jobs when isolating, to change global state
2011-04-07 18:45:34 +02:00
Lennart Poettering
222ae6a8d7
unit: introduce OnFailureIsolate=
2011-04-07 04:11:31 +02:00
Lennart Poettering
51b4af2c28
mount: relabel both before and after a mount, just in case
2011-04-06 23:38:01 +02:00
Lennart Poettering
42054a3e44
build-sys: bump version
2011-04-06 21:28:41 +02:00
Lennart Poettering
abf96c874c
update TODO
2011-04-06 21:07:10 +02:00
Lennart Poettering
03aea2aecd
cmdline: we actually want to parse the kernel cmdline in VMs, just not in containers
2011-04-06 19:36:06 +02:00
Lennart Poettering
4466194c43
units: rename rtc-set.target to time-sync.target and pull it in by hwclock-load.service
...
On request of Miroslav Lichvar, rename rtc-set.target to
time-sync.target since usually the RTC chip isn't involved at all in NTP
syncs.
Also, pull it in by hwclock-load.service.
2011-04-06 19:18:17 +02:00
Lennart Poettering
cebe0d41e4
job: fix deserialization of jobs: do not ignore ordering
2011-04-06 19:09:33 +02:00
Lennart Poettering
f80781eaf9
var-lock: don't try to enable var-lock.mount if we don't install it
2011-04-06 15:57:37 +02:00
Lennart Poettering
e252dd8f0e
update TODO
2011-04-06 15:32:11 +02:00
Lennart Poettering
017803e242
systemctl: properly parse JobNew signals
...
https://bugzilla.redhat.com/show_bug.cgi?id=693274
2011-04-06 02:46:13 +02:00
Lennart Poettering
9c1b183c70
service: fix units with more than one socket
...
https://bugzilla.redhat.com/show_bug.cgi?id=693289
2011-04-06 02:25:39 +02:00
Lennart Poettering
82e23dddeb
systemctl: make most operations NOPs in a chroot
2011-04-06 01:35:56 +02:00
Lennart Poettering
67370238b5
manager: don't show PID for incoming signals if it is 0
2011-04-06 01:33:34 +02:00
Lennart Poettering
100fd5676c
man: fix description of systemctl reload-or-try-restart
2011-04-05 23:41:27 +02:00
Lennart Poettering
33ff02c9fe
mount: block creation of mount units for API file systems
2011-04-05 23:39:21 +02:00
Lennart Poettering
33bd08a97a
units: call the logger a bridge too
2011-04-05 23:22:35 +02:00
Lennart Poettering
cb06add70d
build-sys: we don't need rootsbindir anymore since we don't install anything to /sbin
2011-04-05 02:52:21 +02:00
Lennart Poettering
32d0463d5c
build-sys: better don't use libexecdir here at all
2011-04-05 02:49:49 +02:00
Lennart Poettering
bfdb49388f
build-sys: fix libexecdir to /usr/lib
2011-04-05 02:40:59 +02:00
Kay Sievers
61fbbab869
build-sys: always place user units in /usr/lib/systemd
...
./configure --libexecdir=/usr/lib
2011-04-05 02:19:42 +02:00
Lennart Poettering
cdee58bd38
update TODO
2011-04-05 01:44:26 +02:00
Lennart Poettering
8947c242c5
build-sys: bump version number
2011-04-05 00:36:01 +02:00
Lennart Poettering
68c7d001f4
update TODO
2011-04-05 00:24:00 +02:00
Lennart Poettering
0b5b0ffbe0
pkgconfig: update .pc file accordingly
2011-04-04 19:14:38 +02:00
Lennart Poettering
ef3102bf43
lookup: always also look into /usr/lib for units
2011-04-04 19:02:32 +02:00
Lennart Poettering
3d57c6ab80
exec: support unlimited resources
2011-04-04 18:15:13 +02:00
Lennart Poettering
3bbecb2f2c
selinux: relabel /run the same way as /dev after loading the policy since they both come pre-filled and unlabelled
2011-04-04 16:58:23 +02:00
Lennart Poettering
9d8677dad2
update TODO
2011-04-04 15:38:25 +02:00
Michal Schmidt
4466ee6a71
manager: fd must be int, not char
...
This should fix the crash reported by Dan Horak on s390x which
does not have VTs.
2011-04-04 15:34:53 +02:00
Kay Sievers
db019b8dd2
change remaining /var/run to /run
2011-04-04 15:33:00 +02:00
Lennart Poettering
d19c883d50
units: move user units from /usr/share to /usr/lib since they might be arch-dependent
2011-04-04 15:27:35 +02:00
Lennart Poettering
f1159d7c78
logger: name socket like service
2011-04-04 15:27:35 +02:00
Lennart Poettering
30d6500340
units: improve logger descriptions
2011-04-04 04:06:24 +02:00
Lennart Poettering
c91faef3b3
man: document /etc/sysctl.d/
2011-04-04 03:48:09 +02:00
Lennart Poettering
151b190e79
binfmt: add binfmt tool to set up binfmt_misc at boot
2011-04-04 03:36:42 +02:00
Lennart Poettering
d7cc2987a5
update TODO
2011-04-03 23:55:56 +02:00
Kay Sievers
3336686286
tmpfiles: create leading directories for d/D instructions
2011-04-03 22:22:56 +02:00
Lennart Poettering
d24e1b4806
condition: use 'selinux' rather than 'SELinux' as preferred spelling
...
The virtualization condition and others use lowercase identifiers, so
for the sake of keeping things least surprising, use lowercase
identifiers here too.
2011-04-03 22:18:39 +02:00
Michal Schmidt
69528c31c6
man: document ConditionSecurity
2011-04-03 22:16:50 +02:00
Michal Schmidt
07e833bc1d
condition: add ConditionSecurity
...
Using ConditionSecurity a unit can depend on a security module being
enabled/disabled. For now the only recognized security module is SELinux.
I'd like to use this feature for a unit that creates /.autorelabel if
SELinux is disabled, to ensure a relabel is done automatically when the
system is later rebooted with SELinux enabled.
2011-04-03 22:16:37 +02:00
Michal Schmidt
41584525cf
load-fragment: unify config_parse_condition_{kernel, virt}
...
They only differ in the condition type, otherwise the code is identical.
Replace them with a more generic config_parse_condition_string().
2011-04-03 22:16:23 +02:00
Michal Schmidt
8fb81fa784
condition: fix dumping of conditions
...
Several condition types were missing their strings, they were showing as
"(null)" in systemctl dump.
Indentation was missing too.
2011-04-03 22:15:58 +02:00
Lennart Poettering
99ee2e9295
initctl: /dev/initctl is a named pipe, not a socket
2011-04-03 22:15:14 +02:00
Lennart Poettering
7c3b203c5c
kmsg-syslogd: pass facility value into kmsg
2011-04-03 22:15:14 +02:00
Kay Sievers
5b75435328
move /var/lock to HAVE_SYSV_COMPAT
2011-04-03 22:09:25 +02:00
Kay Sievers
16b879e3ee
update TODO
2011-04-03 17:08:46 +02:00
Lennart Poettering
cca4aeeead
tmpfiles: split off rules for legacy systems into legacy.conf
2011-04-02 01:08:31 +02:00
Lennart Poettering
bb29785e0d
general: replace a few uses of /var/run by /run
2011-04-01 15:25:46 +02:00
Lennart Poettering
a9f470b802
build-sys: bump version
2011-04-01 01:35:27 +02:00