diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2025-10-03 16:36:30 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2025-10-03 16:36:30 +0200 |
| commit | 40b71a7255210cec100c7287e81b46f566edf927 (patch) | |
| tree | 86f568e2f57f28b3617e8d1f33931fc02f9a4a52 | |
| parent | eb79d8fcf0632582dfcc0dea01cdf6f89a664926 (diff) | |
| download | dotfiles-40b71a7255210cec100c7287e81b46f566edf927.tar.gz dotfiles-40b71a7255210cec100c7287e81b46f566edf927.zip | |
Enable systemd timers on doctor.rb
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
| -rwxr-xr-x | bin/doctor.rb | 5 |
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 = [] |
