diff --git a/scripts/install b/scripts/install index 72ad751..8b78dba 100755 --- a/scripts/install +++ b/scripts/install @@ -135,7 +135,8 @@ systemctl start $app.timer #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 -yunohost service add $app --description="Deduplicating backup program" +# Inactive services are ignored cause it's a timer +yunohost service add $app --description="Deduplicating backup program" --test_status="systemctl show borg.service -p ActiveState --value | grep -v failed" #=================================================