From febcdb296b9838a456a88dbb50d25f27bf3901f2 Mon Sep 17 00:00:00 2001 From: trotFunky Date: Sun, 17 May 2020 14:26:09 +0100 Subject: [PATCH] Corrected non-repeating timer --- Perso/systemd_timers/lockScreenUpdate.timer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Perso/systemd_timers/lockScreenUpdate.timer b/Perso/systemd_timers/lockScreenUpdate.timer index 5c777f4..9a0ea57 100644 --- a/Perso/systemd_timers/lockScreenUpdate.timer +++ b/Perso/systemd_timers/lockScreenUpdate.timer @@ -4,7 +4,7 @@ Requires=lightdm.service After=lightdm.service [Timer] -OnActiveSec=5min +OnUnitActiveSec=5min [Install] WantedBy=timers.target \ No newline at end of file