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