From e8c6abb76871f853bf9561382123faea4e16caea Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 23 May 2024 23:53:47 +0200 Subject: [PATCH] Update helpers/systemd Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> --- helpers/systemd | 4 ---- 1 file changed, 4 deletions(-) diff --git a/helpers/systemd b/helpers/systemd index eb73f8187..7687b15ab 100644 --- a/helpers/systemd +++ b/helpers/systemd @@ -25,10 +25,6 @@ ynh_add_systemd_config() { ynh_add_config --template="$template" --destination="/etc/systemd/system/$service.service" - # do not enable a service disabled by the user - if ! yunohost service status $service | grep -q "start_on_boot: disabled"; then - systemctl enable $service --quiet - fi systemctl daemon-reload }