Skip to content

Commit

Permalink
Start the notifications daemon during onboarding
Browse files Browse the repository at this point in the history
The kano-boards-daemon uses desktop notifications to inform users
of low battery signal on CKC. The daemon was only started before
at the end of onboarding by the kano-common.target. We already
bring up the kano-boards.service after the user is created so
this should not affect anything in principle.
  • Loading branch information
Radu authored and tombettany committed Jul 6, 2017
1 parent 6b50ddd commit 791c2ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/kano-ui-autostart
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ initflow=`sudo kano-init status`
if [ "$initflow" != "disabled" ]; then

# Start the boards daemon so we can talk to hardware periherals during Overture
systemctl --user start kano-boards
systemctl --user start kano-boards.service
systemctl --user start kano-common-notifications.service

# Nothing more to do now, empty desktop behind the overture app
exit 0
Expand Down

0 comments on commit 791c2ca

Please sign in to comment.