From a268a6a38febcb9182cac92aaef8803f2d20d6eb Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Thu, 7 Jul 2011 14:56:30 +0200 Subject: units: add units for boot.local/halt.local on SUSE distributions. --- units/suse/rc-local.service | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 units/suse/rc-local.service (limited to 'units/suse/rc-local.service') diff --git a/units/suse/rc-local.service b/units/suse/rc-local.service new file mode 100644 index 0000000000..38884c5cd3 --- /dev/null +++ b/units/suse/rc-local.service @@ -0,0 +1,18 @@ +# 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/init.d/boot.local Compatibility +ConditionPathExists=/etc/init.d/boot.local + +[Service] +Type=oneshot +ExecStart=/etc/init.d/boot.local +TimeoutSec=0 +StandardOutput=tty +RemainAfterExit=yes +SysVStartPriority=99 -- cgit v1.2.3-54-g00ecf