From 0640b403f2dc33fca3b1ca121012b98c2420ef24 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Wed, 18 Jun 2025 12:06:04 +0200 Subject: Moved the systemd configuration in it’s own file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- local/services/rss_playlist.timer | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 local/services/rss_playlist.timer (limited to 'local/services/rss_playlist.timer') diff --git a/local/services/rss_playlist.timer b/local/services/rss_playlist.timer new file mode 100644 index 0000000..df70cb0 --- /dev/null +++ b/local/services/rss_playlist.timer @@ -0,0 +1,13 @@ +[Unit] +Description=Update the RSS playlists every day +Requires=rss_playlists.service + +[Timer] +Unit=rss_playlists.service +OnBootSec=1min +OnUnitInactiveSec=1d +RandomizedDelaySec=15m + +[Install] +WantedBy=timers.target + -- cgit v1.2.3