2010-05-17 07:34:36 +08:00
|
|
|
# This file is part of systemd.
|
|
|
|
#
|
|
|
|
# systemd is free software; you can redistribute it and/or modify it
|
2012-04-12 06:20:58 +08:00
|
|
|
# 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 07:34:36 +08:00
|
|
|
# (at your option) any later version.
|
|
|
|
|
|
|
|
# See systemd.special(7) for details
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
Description=Graphical Interface
|
|
|
|
Requires=multi-user.target
|
|
|
|
After=multi-user.target
|
2010-05-18 01:37:49 +08:00
|
|
|
Conflicts=rescue.target
|
2010-08-31 04:45:46 +08:00
|
|
|
AllowIsolate=yes
|
2010-06-19 03:56:21 +08:00
|
|
|
|
|
|
|
[Install]
|
2010-08-26 08:36:04 +08:00
|
|
|
Alias=default.target
|