aboutsummaryrefslogtreecommitdiff
path: root/local/services/rss_playlist.timer
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2025-06-18 12:06:04 +0200
committerSébastien Dailly <sebastien@dailly.me>2025-06-18 12:06:04 +0200
commit0640b403f2dc33fca3b1ca121012b98c2420ef24 (patch)
treead7412b9bf9c24420cab47143004e5891992837f /local/services/rss_playlist.timer
parent8e654849a088d7e2843233e90a0994829de638d0 (diff)
Moved the systemd configuration in it’s own file
Diffstat (limited to 'local/services/rss_playlist.timer')
-rw-r--r--local/services/rss_playlist.timer13
1 files changed, 13 insertions, 0 deletions
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
+