Skip to content

Commit

Permalink
remove start script if no need
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdik committed Nov 25, 2019
1 parent c5294f0 commit bc25641
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions linux-eoip/files/eoip.init
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ start_service() {
args=" /etc/eoip.cfg"
procd_set_param command /usr/bin/eoip $args
procd_close_instance
else
rm /etc/afterStart.sh
fi

}
Expand Down

0 comments on commit bc25641

Please sign in to comment.