1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/joplin_ynh.git synced 2024-09-03 19:36:03 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-12-09 00:05:15 +01:00
parent 9155fd2f36
commit f72c80d430

View file

@ -72,7 +72,7 @@ popd
ynh_script_progression --message="Starting a systemd service..." --weight=1
# Start a systemd service
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --timeout="120"
#=================================================
# END OF SCRIPT