mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
[enh] restart jvb when reload is asked
This commit is contained in:
parent
95d8cb57c9
commit
d1f2853bcb
1 changed files with 6 additions and 2 deletions
|
@ -92,10 +92,14 @@ case "$1" in
|
||||||
start
|
start
|
||||||
;;
|
;;
|
||||||
reload)
|
reload)
|
||||||
reload
|
#reload
|
||||||
|
stop
|
||||||
|
start
|
||||||
;;
|
;;
|
||||||
force-reload)
|
force-reload)
|
||||||
reload
|
#reload
|
||||||
|
stop
|
||||||
|
start
|
||||||
;;
|
;;
|
||||||
status)
|
status)
|
||||||
status
|
status
|
||||||
|
|
Loading…
Add table
Reference in a new issue