netopeer2-server: edited init script
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
This commit is contained in:
parent
7139808c45
commit
99b8a07b3e
1 changed files with 4 additions and 0 deletions
|
@ -13,3 +13,7 @@ start_service() {
|
||||||
procd_close_instance
|
procd_close_instance
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stop_service()
|
||||||
|
{
|
||||||
|
service_stop ${PROG}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue