From ec3f7c7bdf3c9f251348dce1c020bd6ce137d2f0 Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Sun, 8 Jan 2023 17:09:20 +0100 Subject: [PATCH] Change VPN timer to 5min --- systemd-templates/transmission-vpn.timer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd-templates/transmission-vpn.timer b/systemd-templates/transmission-vpn.timer index ef27ebb..69b9cd7 100644 --- a/systemd-templates/transmission-vpn.timer +++ b/systemd-templates/transmission-vpn.timer @@ -3,7 +3,7 @@ Description=Regular check for VPN while Transmission is running BindsTo=transmission-daemon.service [Timer] -OnUnitInactiveSec=10m +OnUnitInactiveSec=5m [Install] WantedBy=default.target