diff options
Diffstat (limited to 'local/services/rss_playlist.service')
-rw-r--r-- | local/services/rss_playlist.service | 11 |
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 + |