blob: 13729ff65b0cd1d51357241f47e7ab09a8dd8f0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Playlists
Before=mpd.target
[Service]
Type=simple
ExecStart=find /home/ -name '*.m3u' -exec cp {} /home/playlists \;
[Install]
WantedBy=multi-user.target
|