X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=units%2Fmulti-user.target.m4;h=2029297f2cbea688bd7946eb2f0d90e28cdd2cfc;hp=a841f9a964ffc769cfd8a6a160cb8701eb7f8e25;hb=b54dd8b7f4313140ac1a6d66a2fcc58be5441bc8;hpb=5e6afdd3d359fc42de7ac432243e98673577e81f diff --git a/units/multi-user.target.m4 b/units/multi-user.target.m4 index a841f9a96..2029297f2 100644 --- a/units/multi-user.target.m4 +++ b/units/multi-user.target.m4 @@ -1,27 +1,25 @@ # This file is part of systemd. # -# Copyright 2010 Lennart Poettering -# # 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. -# -# systemd is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with systemd; If not, see . # See systemd.special(7) for details [Unit] Description=Multi-User Requires=basic.target -After=basic.target - +Conflicts=rescue.target +After=basic.target rescue.target +m4_dnl m4_ifdef(`TARGET_FEDORA', -# On Fedora Runlevel 3 is multi-user -Names=runlevel3.target) +m4_dnl On Fedora Runlevel 3 is multi-user +Names=runlevel3.target +)m4_dnl +m4_ifdef(`TARGET_SUSE', +Names=runlevel3.target +)m4_dnl + +[Install] +Alias=default.target m4_ifdef(`TARGET_FEDORA', runlevel2.target runlevel3.target runlevel4.target)