2010-05-17 06:34:36 +07: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 General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
|
|
|
|
# See systemd.special(7) for details
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
Description=Multi-User
|
|
|
|
Requires=basic.target
|
2010-07-13 05:19:17 +07:00
|
|
|
Conflicts=rescue.target
|
2010-07-13 04:49:20 +07:00
|
|
|
After=basic.target rescue.target
|
2010-05-17 07:17:47 +07:00
|
|
|
m4_dnl
|
2010-05-17 06:34:36 +07:00
|
|
|
m4_ifdef(`TARGET_FEDORA',
|
2010-05-17 07:17:47 +07:00
|
|
|
m4_dnl On Fedora Runlevel 3 is multi-user
|
|
|
|
Names=runlevel3.target
|
|
|
|
)m4_dnl
|
2010-05-20 22:55:42 +07:00
|
|
|
m4_ifdef(`TARGET_SUSE',
|
|
|
|
Names=runlevel3.target
|
|
|
|
)m4_dnl
|
2010-09-08 00:58:14 +07:00
|
|
|
m4_ifdef(`TARGET_DEBIAN',
|
|
|
|
m4_dnl On Debian Runlevel 2, 3, 4 and 5 are multi-user
|
|
|
|
Names=runlevel2.target runlevel3.target runlevel4.target runlevel5.target
|
|
|
|
)m4_dnl
|
2010-08-31 03:45:46 +07:00
|
|
|
AllowIsolate=yes
|
2010-06-19 02:56:21 +07:00
|
|
|
|
|
|
|
[Install]
|
2010-08-26 07:36:04 +07:00
|
|
|
Alias=default.target
|