1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-02 19:21:53 +03:00
Commit Graph

14 Commits

Author SHA1 Message Date
Kay Sievers
d964a4bfde udevd: install into /lib/udev instead of /sbin 2011-10-10 20:27:20 +02:00
Kay Sievers
7eff39bcf3 systemd: no not start udev in a container 2011-10-06 01:40:44 +02:00
Kay Sievers
5a6583ecb4 systemd: split socket file 2011-05-25 00:56:48 +02:00
Kay Sievers
86d8ed2628 systemd: Reqires= -> Wants=udev.socket 2011-04-21 01:13:28 +02:00
Kay Sievers
7459bcdc8d udevd: get netlink socket from systemd 2011-04-14 23:46:44 +02:00
Kay Sievers
2b4f9e67c7 systemd: add OOMScoreAdjust=-1000 2011-04-14 14:44:21 +02:00
Kay Sievers
fc1de713f5 systemd: bind udev control socket in systemd and split udev.service
We should bind the udev socket from systemd, so we are sure
that the abstract namespace socket is always bound by a root
process and there is never a window during an update where
an untrusted process can steal our socket.

Also split the udev.service file, so that the daemon can be
updated/restarted without triggering any coldplug events.
2011-03-23 16:40:23 +01:00
Kay Sievers
d8b9a5c12b systemd: sort before basic.target 2010-10-07 10:49:13 +02:00
Kay Sievers
a04879b564 systemd: enable all udev services unconditionally 2010-09-03 13:30:57 +02:00
Kay Sievers
4c9b12a7aa init: edit systemd service descriptions 2010-08-19 18:02:20 +02:00
Kay Sievers
d15b727ef1 init: add 'udev -' to description in systemd service files 2010-08-19 08:48:44 +02:00
Lennart Poettering
4d32b44136 systemd: make service files readable by GKeyFile 2010-07-08 15:03:04 +02:00
Lennart Poettering
29c1a0d460 systemd: update service files for newly introduced DefaultDependencies= option
This new option has been introduced very recently in systemd and needs
to be unset for udev, since udev is supposed to be run on early boot.
2010-07-04 04:16:17 +02:00
Kay Sievers
08b4c88353 make: pre-process and install systemd service files when needed 2010-06-25 10:30:55 +02:00