1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00
This commit is contained in:
Éric Gaspar 2023-11-14 12:55:18 +01:00
parent 2372210c78
commit 5e0f493393
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@ yunohost service add $app --description="Wekan daemon" --log="/var/log/$app/$app
#=================================================
ynh_script_progression --message="Starting a systemd service..."
ynh_systemd_action --service_name=$app --action="start" --log_path=systemd --line_match="Started Wekan, task board"
ynh_systemd_action --service_name=$app --action="start" --log_path=systemd --line_match="Enabling LDAP Background Sync"
#if [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then
# sleep 60

View file

@ -94,7 +94,7 @@ chown $app:$app "$install_dir/.env"
#=================================================
ynh_script_progression --message="Starting a systemd service..."
ynh_systemd_action --service_name=$app --action="start" --log_path=systemd --line_match="Started Wekan, task board"
ynh_systemd_action --service_name=$app --action="start" --log_path=systemd --line_match="Enabling LDAP Background Sync"
#if [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then
# sleep 60