diff options
Diffstat (limited to 'units/sysinit.target')
-rw-r--r-- | units/sysinit.target | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/units/sysinit.target b/units/sysinit.target deleted file mode 100644 index 8f4fb8f5c1..0000000000 --- a/units/sysinit.target +++ /dev/null @@ -1,14 +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 Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=System Initialization -Documentation=man:systemd.special(7) -Conflicts=emergency.service emergency.target -Wants=local-fs.target swap.target -After=local-fs.target swap.target emergency.service emergency.target -RefuseManualStart=yes |