summary refs log tree commit diff
path: root/config/systemd/user/sync-music.service
blob: acc821a7763c8bdbda7e26aa2473a990ea225150 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Sync my music collection to the NAS

[Service]
Type=oneshot

ExecStart=/usr/bin/rsync -a /home/fcuny/media/music/ nas.home:/data/music

[Install]
WantedBy=default.target