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

add systemd startup test

This commit is contained in:
oiseauroch 2023-12-18 16:40:50 +01:00
parent 2f7a656d4f
commit f19c69c4ce

View file

@ -107,7 +107,9 @@ yunohost service add $app --description="s3 storage" --log="/var/log/$app/$app.l
ynh_script_progression --message="Starting a systemd service..." --weight=1 ynh_script_progression --message="Starting a systemd service..." --weight=1
# Start a systemd service # 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" --line_match="Started Garage: Data Store."
#================================================= #=================================================
# CONFIGURE GARAGE # CONFIGURE GARAGE