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.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 local/services/rss_playlist.service (limited to 'local/services/rss_playlist.service') 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 + -- cgit v1.2.3