Skip to content

Commit

Permalink
kiosk-browser-control: Make it systemd compatible.
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinLinSup committed Oct 13, 2015
1 parent 8e92bb8 commit a11da73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/usr/bin/kiosk-browser-control
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ function is_pi {
}

function start {
service nodm start
invoke-rc.d nodm start
}

function stop {
service nodm stop
invoke-rc.d nodm stop
echo -n "Waiting for kiosk-browser processes to terminate "
while status ; do echo -n . ; sleep 3 ; done
echo " OK"
Expand Down

0 comments on commit a11da73

Please sign in to comment.