Rework on systemd start of user sessions
[src/app-framework-main.git] / conf / user / afm-user-start.service
diff --git a/conf/user/afm-user-start.service b/conf/user/afm-user-start.service
new file mode 100644 (file)
index 0000000..130c460
--- /dev/null
@@ -0,0 +1,8 @@
+[Unit]
+Description=start mark of afm user
+
+[Service]
+Type=oneshot
+ExecStart=/bin/touch %t/afm-user-started
+
+