From 1e3861819fc978aff1e4df9f5f0eb553007e6fc1 Mon Sep 17 00:00:00 2001 From: Teo-CD Date: Fri, 25 Jan 2019 10:58:01 +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