diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2016-08-02 14:56:45 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-08-02 08:56:45 -0400 |
commit | 98d2d46876c08d6f2ae63284ec5a28f90cbbb8ac (patch) | |
tree | 7e04519cb1a70b4992f2f84faf656a51d1fbaf60 /units | |
parent | 7633f8ef371a0992374956437fb7bb8189156b10 (diff) | |
download | systemd-98d2d46876c08d6f2ae63284ec5a28f90cbbb8ac.tar.gz |
units: add graphical-session-pre.target user unit (#3848)
This complements graphical-session.target for services which set up the
environment (e. g. dbus-update-activation-environment) and need to run before
the actual graphical session.
Diffstat (limited to 'units')
-rw-r--r-- | units/user/graphical-session-pre.target | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/units/user/graphical-session-pre.target b/units/user/graphical-session-pre.target new file mode 100644 index 0000000000..86d15aff33 --- /dev/null +++ b/units/user/graphical-session-pre.target @@ -0,0 +1,14 @@ +# 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=Session services which should run early before the graphical session is brought up +Documentation=man:systemd.special(7) +Requires=basic.target +Before=graphical-session.target +RefuseManualStart=yes +StopWhenUnneeded=yes |