X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=units%2Fgraphical.target;fp=units%2Fgraphical.target;h=f2e30341d4549e4a88fc703df9a7a442e38c1ffb;hb=db25d1d7655b1de4554942e49bc80a9b176ef8df;hp=0000000000000000000000000000000000000000;hpb=28cf382a0afd10d0e2a71d152f0df4909e90d159;p=elogind.git diff --git a/units/graphical.target b/units/graphical.target new file mode 100644 index 000000000..f2e30341d --- /dev/null +++ b/units/graphical.target @@ -0,0 +1,18 @@ +# 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=Graphical Interface +Requires=multi-user.target +After=multi-user.target +Conflicts=rescue.target +AllowIsolate=yes + +[Install] +Alias=default.target