Rework on systemd start of user sessions
[src/app-framework-main.git] / conf / user / afm-user-start.service
1 [Unit]
2 Description=start mark of afm user
3
4 [Service]
5 Type=oneshot
6 ExecStart=/bin/touch %t/afm-user-started
7
8