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-10-29 09:09:36 +07:00
|
|
|
Conflicts=rescue.service rescue.target
|
|
|
|
After=basic.target rescue.service rescue.target
|
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
|