diff options
author | Arnaud Ferraris <arnaud.ferraris@collabora.com> | 2021-12-01 20:09:30 +0100 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2021-12-20 18:02:20 -0500 |
commit | d388e92df803d0c8a7b0c18762b0900796e348d1 (patch) | |
tree | 213ecdfbfc41e677700c47ff492912637fce4039 /data/org.automotivelinux.AppLaunch.service.in | |
parent | d58aab33e54bea28a33a5ef6b62a5a3e5b6003d1 (diff) |
applaunchd: Initial commit
`applaunchd` is a new service, dedicated to starting and monitoring
applications. It is part of the Application Framework rework.
Bug-AGL: SPEC-4160
Signed-off-by: Arnaud Ferraris <arnaud.ferraris@collabora.com>
Change-Id: I9543957f9065670e9112556f5cd2b31d0b2ab9d9
Diffstat (limited to 'data/org.automotivelinux.AppLaunch.service.in')
-rw-r--r-- | data/org.automotivelinux.AppLaunch.service.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/org.automotivelinux.AppLaunch.service.in b/data/org.automotivelinux.AppLaunch.service.in new file mode 100644 index 0000000..41acad5 --- /dev/null +++ b/data/org.automotivelinux.AppLaunch.service.in @@ -0,0 +1,3 @@ +[D-BUS Service] +Name=org.automotivelinux.AppLaunch +Exec=@bindir@/applaunchd |