mirror of
https://github.com/YunoHost-Apps/biboumi_ynh.git
synced 2024-09-03 18:15:58 +02:00
Remove stop line_matches
This commit is contained in:
parent
7e2a1bdcc2
commit
4872f05dc6
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ if ynh_exec_warn_less yunohost service status "$app" >/dev/null; then
|
|||
fi
|
||||
|
||||
# Remove the dedicated systemd config
|
||||
ynh_systemd_action --service_name="$app" --action="stop" --line_match="Stopped Biboumi" --log_path="systemd"
|
||||
ynh_systemd_action --service_name="$app" --action="stop" --log_path="systemd"
|
||||
systemctl disable "$app.service" --quiet
|
||||
|
||||
# Remove the app-specific logrotate config
|
||||
|
|
|
@ -12,7 +12,7 @@ source /usr/share/yunohost/helpers
|
|||
#=================================================
|
||||
ynh_script_progression --message="Stopping $app's systemd service..." --weight=1
|
||||
|
||||
ynh_systemd_action --service_name="$app" --action="stop" --line_match="Stopped Biboumi" --log_path="systemd"
|
||||
ynh_systemd_action --service_name="$app" --action="stop" --log_path="systemd"
|
||||
|
||||
#=================================================
|
||||
# CREATE DIRECTORIES
|
||||
|
|
Loading…
Add table
Reference in a new issue