Skip to content

Commit

Permalink
rc.common: check for running streamer process
Browse files Browse the repository at this point in the history
  • Loading branch information
themactep committed Aug 18, 2024
1 parent 03786c8 commit 2927078
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions overlay/lower/etc/init.d/rc.common
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ is_streamer_disabled() {
[ "true" = "$(get disable_streamer)" ] || [ -f /run/portal_mode ]
}

is_streamer_running() {
pidof prudynt > /dev/null
}

is_boot_complete() {
[ "true" = "$(get boot_complete)" ]
}
Expand Down

0 comments on commit 2927078

Please sign in to comment.