From 9e38fdf223a1f74564be8d30356fa59dca121ec6 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 26 Apr 2024 12:37:55 +0300 Subject: [PATCH] aminda-nocron-reboot.timer: add RemainAfterElapse=false --- etc/systemd/system/aminda-nocron-reboot.timer | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/systemd/system/aminda-nocron-reboot.timer b/etc/systemd/system/aminda-nocron-reboot.timer index a06abff7..e97bc661 100644 --- a/etc/systemd/system/aminda-nocron-reboot.timer +++ b/etc/systemd/system/aminda-nocron-reboot.timer @@ -6,6 +6,8 @@ OnBootSec=0 # User services #OnStartupSec5 Persistent=true +# There is no need to stay loaded after the boot and first run. +RemainAfterElapse=false [Install] WantedBy=timers.target