Systemd/units/sysinit.target

16 lines
541 B
SYSTEMD
Raw Normal View History

2010-05-17 01:34:36 +02:00
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
2010-05-17 01:34:36 +02:00
# (at your option) any later version.
# See systemd.special(7) for details
[Unit]
2010-07-13 02:26:09 +02:00
Description=System Initialization
2010-07-12 23:49:20 +02:00
Conflicts=emergency.service emergency.target
Wants=local-fs.target swap.target
After=local-fs.target swap.target emergency.service emergency.target
RefuseManualStart=yes