1
0
Fork 0
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:
Julien Malik 2015-01-27 23:22:22 +01:00
parent 95d8cb57c9
commit d1f2853bcb

View file

@ -92,10 +92,14 @@ case "$1" in
start
;;
reload)
reload
#reload
stop
start
;;
force-reload)
reload
#reload
stop
start
;;
status)
status