blob: 1a19baf2f667dc5d1d960aaeb2cfba7eaa15524f [file] [log] [blame]
Tom Gundersen1ebdf2d2010-06-16 13:50:55 +02001# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
4# under the terms of the GNU General Public License as published by
5# the Free Software Foundation; either version 2 of the License, or
6# (at your option) any later version.
7
8[Unit]
9Description=System Initialization
Lennart Poetteringaf65a092010-07-03 19:53:37 +020010DefaultDependencies=no
Tom Gundersen1ebdf2d2010-06-16 13:50:55 +020011Before=local-fs.target remote-fs.target swap.target sockets.target
12Conflicts=shutdown.target
13Before=shutdown.target
14
15[Service]
16ExecStart=/etc/rc.sysinit
17Type=forking
18TimeoutSec=0
19StandardInput=tty
20ValidNoProcess=yes