summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
Diffstat (limited to 'units')
-rw-r--r--units/.gitignore6
-rw-r--r--units/systemd-udev-control.socket (renamed from units/udev-control.socket)0
-rw-r--r--units/systemd-udev-kernel.socket (renamed from units/udev-kernel.socket)0
-rw-r--r--units/systemd-udev-settle.service.in (renamed from units/udev-settle.service.in)0
-rw-r--r--units/systemd-udev-trigger.service.in (renamed from units/udev-trigger.service.in)0
-rw-r--r--units/systemd-udev.service.in (renamed from units/udev.service.in)4
6 files changed, 5 insertions, 5 deletions
diff --git a/units/.gitignore b/units/.gitignore
index 3cf64237a8..eda676a480 100644
--- a/units/.gitignore
+++ b/units/.gitignore
@@ -41,6 +41,6 @@ systemd-update-utmp-shutdown.service
test-env-replace
systemd-binfmt.service
emergency.service
-/udev-settle.service
-/udev-trigger.service
-/udev.service
+/systemd-udev-settle.service
+/systemd-udev-trigger.service
+/systemd-udev.service
diff --git a/units/udev-control.socket b/units/systemd-udev-control.socket
index f80f774427..f80f774427 100644
--- a/units/udev-control.socket
+++ b/units/systemd-udev-control.socket
diff --git a/units/udev-kernel.socket b/units/systemd-udev-kernel.socket
index 23fa9d5e11..23fa9d5e11 100644
--- a/units/udev-kernel.socket
+++ b/units/systemd-udev-kernel.socket
diff --git a/units/udev-settle.service.in b/units/systemd-udev-settle.service.in
index 0a5e8c51ff..0a5e8c51ff 100644
--- a/units/udev-settle.service.in
+++ b/units/systemd-udev-settle.service.in
diff --git a/units/udev-trigger.service.in b/units/systemd-udev-trigger.service.in
index ce937ae899..ce937ae899 100644
--- a/units/udev-trigger.service.in
+++ b/units/systemd-udev-trigger.service.in
diff --git a/units/udev.service.in b/units/systemd-udev.service.in
index 7336e0eec7..60d8601217 100644
--- a/units/udev.service.in
+++ b/units/systemd-udev.service.in
@@ -9,6 +9,6 @@ ConditionCapability=CAP_MKNOD
[Service]
Type=notify
OOMScoreAdjust=-1000
-Sockets=udev-control.socket udev-kernel.socket
+Sockets=systemd-udev-control.socket systemd-udev-kernel.socket
Restart=on-failure
-ExecStart=@udevlibexecdir@/udevd
+ExecStart=@rootlibexecdir@/systemd-udevd