From 2798e786a928c5741f10f236795974e140ebf8e6 Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Sun, 12 Feb 2023 18:05:09 +0100 Subject: [PATCH] Fix: add new file for previous commit --- systemd-templates/transmission-daemon.timer | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 systemd-templates/transmission-daemon.timer diff --git a/systemd-templates/transmission-daemon.timer b/systemd-templates/transmission-daemon.timer new file mode 100644 index 0000000..c87c5ec --- /dev/null +++ b/systemd-templates/transmission-daemon.timer @@ -0,0 +1,8 @@ +[Unit] +Description=Wait 1m before starting Transmission at boot + +[Timer] +OnBootSec=1m + +[Install] +WantedBy=default.target