diff options
Diffstat (limited to 'meta-boot2qt/recipes-qt/automotive/neptune-ui/neptune.service')
-rw-r--r-- | meta-boot2qt/recipes-qt/automotive/neptune-ui/neptune.service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-boot2qt/recipes-qt/automotive/neptune-ui/neptune.service b/meta-boot2qt/recipes-qt/automotive/neptune-ui/neptune.service new file mode 100644 index 0000000..16b6a1f --- /dev/null +++ b/meta-boot2qt/recipes-qt/automotive/neptune-ui/neptune.service | |||
@@ -0,0 +1,11 @@ | |||
1 | [Unit] | ||
2 | Description=Neptune | ||
3 | After=dbus.service dbus-session.service systemd-user-sessions.service | ||
4 | |||
5 | [Service] | ||
6 | ExecStart=/usr/bin/appcontroller /usr/bin/appman -r --dbus session -c am-config.yaml | ||
7 | Restart=on-failure | ||
8 | WorkingDirectory=/usr/neptune-ui | ||
9 | |||
10 | [Install] | ||
11 | WantedBy=multi-user.target | ||