This website works better with JavaScript
Home
Explore
Help
Register
Sign In
YFKJ_EmbeddedSoftwareTeam
/
rtu_linux_modules
Watch
2
Star
0
Fork
1
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
优化脚本, stop程序时发送9号信号, 避免程序卡死
niujiuru
4 weeks ago
parent
aca626a936
commit
296615b896
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
scripts/modules/rtu_linux_modules
+ 1
- 1
scripts/modules/rtu_linux_modules
View File
@@ -12,5 +12,5 @@ start()
stop()
{
- kill_programs ${APP_NAME}
+ kill_programs ${APP_NAME}
-9
}