mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
c92fcc4f43
This unit acts as a dynamic "alias" target for any concrete graphical user session like gnome-session.target; these should declare "BindsTo=graphical-session.target" so that both targets stop and start at the same time. This allows services that run in a particular graphical user session (e. g. gnome-settings-daemon.service) to declare "PartOf=graphical-session.target" without having to know or get updated for all/new session types. This will ensure that stopping the graphical session will stop all services which are associated to it.
14 lines
444 B
SYSTEMD
14 lines
444 B
SYSTEMD
# This file is part of systemd.
|
|
#
|
|
# systemd is free software; you can redistribute it and/or modify it
|
|
# 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
|
|
# (at your option) any later version.
|
|
|
|
[Unit]
|
|
Description=Current graphical user session
|
|
Documentation=man:systemd.special(7)
|
|
Requires=basic.target
|
|
RefuseManualStart=yes
|
|
StopWhenUnneeded=yes
|