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:
parent
2f7a656d4f
commit
f19c69c4ce
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue