From 40b71a7255210cec100c7287e81b46f566edf927 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 3 Oct 2025 16:36:30 +0200 Subject: Enable systemd timers on doctor.rb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- bin/doctor.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/doctor.rb b/bin/doctor.rb index 24662e9..7205dc2 100755 --- a/bin/doctor.rb +++ b/bin/doctor.rb @@ -185,6 +185,11 @@ if extra.size.positive? puts " => zypper in #{extra.join(' ')}" end +## +# User systemd units. + +system('systemctl --user enable do-backup.timer') + ## # Binaries which need to go global. -- cgit v1.2.3