aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/doctor.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/doctor.rb b/bin/doctor.rb
index 24662e9..7205dc2 100755
--- a/bin/doctor.rb
+++ b/bin/doctor.rb
@@ -186,6 +186,11 @@ if extra.size.positive?
end
##
+# User systemd units.
+
+system('systemctl --user enable do-backup.timer')
+
+##
# Binaries which need to go global.
extra = []