From 1ebdf2d8793181f31b766b8342391aa1978f9917 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Wed, 16 Jun 2010 13:50:55 +0200 Subject: units: make Arch boot This patch gives minimal Arch support (enough to boot). We still need to parse the services to start from /etc/rc.conf before systemd can be a drop-in replacement on Arch. --- units/arch/rc-local.service | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 units/arch/rc-local.service (limited to 'units/arch/rc-local.service') diff --git a/units/arch/rc-local.service b/units/arch/rc-local.service new file mode 100644 index 0000000000..45b6e16483 --- /dev/null +++ b/units/arch/rc-local.service @@ -0,0 +1,20 @@ +# 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 +Requires=basic.target +After=basic.target +Conflicts=shutdown.target +Before=getty@tty1.service + +[Service] +ExecStart=/etc/rc.local +ExectStop=/etc/rc.local.shutdown +TimeoutSec=0 +StandardInput=tty +ValidNoProcess=yes -- cgit v1.2.3-54-g00ecf