mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
Fix system start
This commit is contained in:
parent
3eca6ad768
commit
a8c3c830c5
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ yunohost service add $app
|
|||
ynh_print_info --message="Starting a systemd service..."
|
||||
|
||||
# Start 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="Meteor APM: completed instrumenting the app"
|
||||
sleep 30
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue