This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
netopeer2-server: edited init script
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
lilik-openwrt-22.03
Mislav Novakovic
8 years ago
parent
7139808c45
commit
99b8a07b3e
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
net/netopeer2/files/netopeer2-server.init
+ 4
- 0
net/netopeer2/files/netopeer2-server.init
View File
@ -13,3 +13,7 @@ start_service() {
procd_close_instance
}
stop_service()
{
service_stop ${PROG}
}
Write
Preview
Loading…
Cancel
Save