From 51dfddc2cceb345ffc994014e4a4b3f2d2d3a3aa Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Mon, 2 Jul 2012 21:35:14 +0200 Subject: units: Rename systemd-udev.service to systemd-udevd.service This naming convention is more inline with other systemd daemon unit names (systemd-logind.service, systemd-localed.service etc) The companion .socket units have also been renamed, however the -trigger and -settle units keep their current name as these are not directly related to daemon process itself. --- units/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'units/.gitignore') diff --git a/units/.gitignore b/units/.gitignore index 3e434fe9e3..544994da4d 100644 --- a/units/.gitignore +++ b/units/.gitignore @@ -41,5 +41,5 @@ /emergency.service /systemd-udev-settle.service /systemd-udev-trigger.service -/systemd-udev.service +/systemd-udevd.service /debug-shell.service -- cgit v1.2.3-54-g00ecf