Skip to content

Commit

Permalink
restart supervisor service after fully boot
Browse files Browse the repository at this point in the history
  • Loading branch information
fuji246 committed Mar 13, 2020
1 parent 3c7ae08 commit 60425d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash -e
set -x
# shellcheck disable=SC2119
run_sub_stage()
{
Expand Down
2 changes: 1 addition & 1 deletion stage2/01-sys-tweaks/files/rc.local
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ if [ "$_IP" ]; then
fi

service systemd-udevd restart

service supervisor restart
exit 0

0 comments on commit 60425d1

Please sign in to comment.