summaryrefslogtreecommitdiffstats
path: root/conf/system/afm-user-session@.service
blob: 53563f5a656c2a0a328baf359ac567f4ec1b7ccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Starts the session of afm user %i
After=systemd-user-sessions.service
Wants=afm-user-setup@%i.service
Before=afm-user-setup@%i.service
Wants=afm-user-session@%i.target
Before=afm-user-session@%i.target
[Service]
PAMName=agl-user-session
User=%i
Type=simple
ExecStartPre=/bin/echo START afm-user-session@%i
ExecStart=/bin/sleep 2147483648
ExecStop=/bin/echo STOP afm-user-session@%i
RemainAfterExit=yes