Fix user-config.service is started everytime when app launching
[AGL/meta-agl.git] / meta-agl / recipes-config / agl-login-manager / files / agl-user-session@.service
1 #  This file is part of systemd.
2 #
3 #  systemd is free software; you can redistribute it and/or modify it
4 #  under the terms of the GNU Lesser General Public License as published by
5 #  the Free Software Foundation; either version 2.1 of the License, or
6 #  (at your option) any later version.
7
8 [Unit]
9 Description=User Manager for UID %i
10 After=systemd-user-sessions.service
11
12 [Service]
13 User=%i
14 PAMName=agl-user-session
15 ExecStart=-/bin/sleep 2147483648
16 KillMode=mixed
17 Delegate=yes
18 TasksMax=infinity