[systemd-devel] [PATCH 2/2] arch: remove rc-local.service

Tom Gundersen teg at jklm.no
Sat Jan 15 16:46:34 PST 2011


This is now shipped downstream.
---
 Makefile.am                 |    6 ------
 units/arch/rc-local.service |   19 -------------------
 2 files changed, 0 insertions(+), 25 deletions(-)
 delete mode 100644 units/arch/rc-local.service

diff --git a/Makefile.am b/Makefile.am
index 2fce30c..cc54f6f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -320,12 +320,6 @@ dist_systemunit_DATA += \
 	units/fedora/plymouth-halt.service
 endif
 
-
-if TARGET_ARCH
-dist_systemunit_DATA += \
-	units/arch/rc-local.service
-endif
-
 dist_doc_DATA = \
 	README \
 	LICENSE \
diff --git a/units/arch/rc-local.service b/units/arch/rc-local.service
deleted file mode 100644
index 7e2b5b6..0000000
--- a/units/arch/rc-local.service
+++ /dev/null
@@ -1,19 +0,0 @@
-#  This file is part of systemd.
-#
-#  systemd is free software; you can redistribute it and/or modify it
-#  under the terms of the GNU General Public License as published by
-#  the Free Software Foundation; either version 2 of the License, or
-#  (at your option) any later version.
-
-[Unit]
-Description=/etc/rc.local Compatibility
-
-[Service]
-ExecStart=/etc/rc.local
-ExecStop=/etc/rc.local.shutdown
-TimeoutSec=0
-StandardInput=tty
-RemainAfterExit=yes
-
-[Install]
-WantedBy=multi-user.target
-- 
1.7.3.5



More information about the systemd-devel mailing list