~ci-train-bot/unity8/unity8-ubuntu-zesty-2112

1
2
3
4
5
6
7
8
9
10
11
12
description "Unity 8 Greeter initialization"
author "Michael Terry <mterry@ubuntu.com>"

start on unity8-greeter-started
task
emits indicator-services-start

script
    start --no-wait ofono-setup || true
    initctl emit --no-wait indicator-services-start || true
    start --no-wait maliit-server || true
end script