1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-06 08:26:52 +03:00
Commit Graph

28 Commits

Author SHA1 Message Date
Lennart Poettering
701cc384c2 manager: automatically GC unreferenced units 2010-04-21 06:01:13 +02:00
Lennart Poettering
a16e112358 reload: implement reload/reexec logic 2010-04-21 03:27:44 +02:00
Lennart Poettering
0d9068141e device: don't allow definiing additional aliases via SYSTEMD_NAMES 2010-04-21 03:23:30 +02:00
Lennart Poettering
4139c1b272 dbus: greatly extend dbus coverage 2010-04-18 03:08:16 +02:00
Lennart Poettering
41447faf1f snapshot: implement snapshot unit logic 2010-04-18 03:07:42 +02:00
Lennart Poettering
09e80b16f2 device: only expose devices with SYSTEMD_EXPOSE=1, ignore all others 2010-04-15 23:41:48 +02:00
Lennart Poettering
4f2d528d3b socket: optionally call accept() for incoming connections and spawn one service instance per connection 2010-04-15 06:20:00 +02:00
Lennart Poettering
9e2f7c11fb core: add minimal templating system 2010-04-15 03:11:15 +02:00
Lennart Poettering
10a9442017 systemctl: show sub state along active state 2010-04-13 20:59:01 +02:00
Lennart Poettering
e537352b9b mount: implement mounting properly
This also includes code that writes utmp/wtmp records when applicable,
making use the mount infrastructure to detct when those files are
accessible.

Finally, this also introduces a --dump-configuration-items switch.
2010-04-10 18:00:34 +02:00
Lennart Poettering
6326a423e7 device: ignore a couple of 'API' devices 2010-04-10 18:00:34 +02:00
Lennart Poettering
aab14b13b4 device: look for all possible device names on udev events 2010-04-08 04:34:21 +02:00
Lennart Poettering
a90ebccc07 unit: shortcut unit_notify() early, if possible 2010-04-08 03:01:05 +02:00
Lennart Poettering
7f275a9f1d udev: introduce SYSTEMD_EXPOSE as binary udev property for hiding/showing devices in the systemd list 2010-04-08 00:53:21 +02:00
Lennart Poettering
a1682c907a udev: remove debug log message 2010-04-07 03:17:13 +02:00
Lennart Poettering
23a177ef7c rework merging/loading logic 2010-04-06 02:43:58 +02:00
Lennart Poettering
b866264a18 gcc: make a couple of gcc warnings go away 2010-03-31 20:08:05 +02:00
Lennart Poettering
c18315a88d device: fall back to device node path as description instead of kernel name 2010-02-14 01:03:24 +01:00
Lennart Poettering
2e478a46c3 mount,device: drop prefix from unit names to make them easily decodable 2010-02-14 01:02:46 +01:00
Lennart Poettering
c1e1601e8c dbus: send out signals when units/jobs come, go and change 2010-02-05 00:38:41 +01:00
Lennart Poettering
a7334b0952 license: add GPLv2+ license blurbs everwhere 2010-02-03 13:03:47 +01:00
Lennart Poettering
f94ea366d3 monitor udev for device changes 2010-01-29 06:45:59 +01:00
Lennart Poettering
f50e0a0123 implement coldpluggin 2010-01-29 03:18:09 +01:00
Lennart Poettering
b08d03ffe5 add mount enumerator 2010-01-29 02:07:41 +01:00
Lennart Poettering
25ac040b48 add basic udev device enumeration module 2010-01-28 06:46:33 +01:00
Lennart Poettering
87f0e418cf s/name/unit 2010-01-26 21:39:06 +01:00
Lennart Poettering
034c6ed7da first attempt at proper service/socket logic 2010-01-26 04:18:44 +01:00
Lennart Poettering
5cb5a6ffc3 first attempt in implementinging execution logic 2010-01-23 01:52:57 +01:00