YunoHost / package_linter

Linter for YunoHost applications packages
https://yunohost.org/#/packaging_apps
GNU Affero General Public License v3.0
17 stars 13 forks source link

Check usage of ynh_clean_check_starting #49

Open maniackcrudelis opened 5 years ago

maniackcrudelis commented 5 years ago

When using ynh_systemd_action with the option --line_match= or -l, the package have to use also ynh_clean_check_starting into the ynh_clean_setup function. Otherwise, if the script fails while ynh_systemd_action is running with --line_match=, it's going to hang forever because of tail (or journalctl) still running.