Merge branch 'master' into db_user

This commit is contained in:
Kayou
2019-05-09 10:31:14 +02:00
committed by GitHub
8 changed files with 96 additions and 25 deletions

View File

@@ -122,6 +122,13 @@ systemctl enable $app.service
yunohost service add $app --log "/var/log/$app/$app.log"
#=================================================
# START SYSTEMD SERVICE
#=================================================
ynh_script_progression --message="Starting a systemd service..." --time --weight=1
ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log"
#=================================================
# RESTORE THE CRON FILE
#=================================================