From 705b4bd48ca3b1f6f3c2c2f15cc06bfbb6d6b3bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 8 Oct 2023 14:34:03 +0200 Subject: [PATCH] Update remove --- scripts/remove | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/remove b/scripts/remove index d096eba..1b0e560 100755 --- a/scripts/remove +++ b/scripts/remove @@ -31,6 +31,9 @@ then yunohost service remove coturn-$app fi +# Remove the app-specific logrotate config +ynh_remove_logrotate + ynh_remove_systemd_config ynh_remove_systemd_config --service=coturn-$app