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 /Makefile.am | |
parent | 7633f8ef371a0992374956437fb7bb8189156b10 (diff) |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7dd021b56a..763b16289d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -574,7 +574,8 @@ dist_userunit_DATA = \ units/user/basic.target \ units/user/default.target \ units/user/exit.target \ - units/user/graphical-session.target + units/user/graphical-session.target \ + units/user/graphical-session-pre.target nodist_userunit_DATA = \ units/user/systemd-exit.service |