mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
mcpd: reload_service function
This commit is contained in:
parent
a2b01e6dae
commit
210d0b8dab
1 changed files with 5 additions and 1 deletions
|
|
@ -126,8 +126,12 @@ start_service() {
|
|||
procd_close_instance
|
||||
}
|
||||
|
||||
|
||||
stop_service() {
|
||||
service_stop $PROG
|
||||
}
|
||||
|
||||
reload_service() {
|
||||
stop
|
||||
start
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue