diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-11-23 15:44:24 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-11-24 17:44:58 +0100 |
commit | 7998a472352c0272a90c66ab45c4c2758cd6040a (patch) | |
tree | de3fb484fa2bca0850354f611551b049083d1420 /conf/system/afm-user-setup@.path | |
parent | 633ebe33015554a14b773053188e2faba0faff04 (diff) |
Rework on systemd start of user sessions
Change-Id: Iad46596435eebdc5c521b572fd8320b52a61d197
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'conf/system/afm-user-setup@.path')
-rw-r--r-- | conf/system/afm-user-setup@.path | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/system/afm-user-setup@.path b/conf/system/afm-user-setup@.path new file mode 100644 index 0000000..2dd0f75 --- /dev/null +++ b/conf/system/afm-user-setup@.path @@ -0,0 +1,7 @@ +[Unit] +DefaultDependencies=false +[Path] +PathExists=/run/user/%i/wayland-0 +PathExists=/run/user/%i/afm-user-started + + |