mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
Use ynh_systemd_action in all command
This commit is contained in:
parent
60b6b27247
commit
6b345283c9
1 changed files with 4 additions and 4 deletions
|
@ -158,10 +158,11 @@ chown -R $app:$app /var/log/$app
|
||||||
|
|
||||||
ynh_print_info "Setting up database and settings"
|
ynh_print_info "Setting up database and settings"
|
||||||
#we need to start and stop the service so that initial app.db file is created and that we can set default data
|
#we need to start and stop the service so that initial app.db file is created and that we can set default data
|
||||||
systemctl start $app
|
ynh_systemd_action -l "INFO in server: Starting Gevent server"
|
||||||
#sleep required on low spec like raspberryPi
|
#sleep required on low spec like raspberryPi
|
||||||
sleep 5s
|
sleep 1s
|
||||||
systemctl stop $app
|
ynh_systemd_action -a stop
|
||||||
|
|
||||||
|
|
||||||
#set database settings as per conf file
|
#set database settings as per conf file
|
||||||
conf="\"UPDATE settings SET $(. <(echo -E echo $(<../conf/init_calibre_db_settings))) WHERE ID=1\""
|
conf="\"UPDATE settings SET $(. <(echo -E echo $(<../conf/init_calibre_db_settings))) WHERE ID=1\""
|
||||||
|
@ -216,7 +217,6 @@ fi
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_print_info "Reload nginx and start $app"
|
ynh_print_info "Reload nginx and start $app"
|
||||||
systemctl reload nginx
|
systemctl reload nginx
|
||||||
#systemctl start $app
|
|
||||||
ynh_systemd_action -l "INFO in server: Starting Gevent server"
|
ynh_systemd_action -l "INFO in server: Starting Gevent server"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue