aboutsummaryrefslogtreecommitdiff
path: root/local/services/rss_playlist.service
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.service
parent8e654849a088d7e2843233e90a0994829de638d0 (diff)
Moved the systemd configuration in it’s own file
Diffstat (limited to 'local/services/rss_playlist.service')
-rw-r--r--local/services/rss_playlist.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/local/services/rss_playlist.service b/local/services/rss_playlist.service
new file mode 100644
index 0000000..87c924a
--- /dev/null
+++ b/local/services/rss_playlist.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=RSS Playlists
+Wants=rss_playlists.timer
+
+[Service]
+Type=simple
+ExecStart=/home/mpd_playlist.sh
+
+[Install]
+WantedBy=multi-user.target
+