summary refs log tree commit diff
path: root/config/systemd/user/sync-music.service
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-09-08 19:35:23 -0700
committerFranck Cuny <franck@fcuny.net>2021-09-08 19:35:23 -0700
commit480dd4688b20be3b69b54043d5e5d3df713926c0 (patch)
treeef71f35560bc37ddf1d1f3e0881f250884d47bc1 /config/systemd/user/sync-music.service
parentemacs: get rid of mapping for sourcegraph (diff)
downloademacs.d-480dd4688b20be3b69b54043d5e5d3df713926c0.tar.gz
linux: remove configurations specific to linux
They are all handled by the repository `linux-desktop`. It's easier to
have a different repository for this bits of configs.
Diffstat (limited to '')
-rw-r--r--config/systemd/user/sync-music.service10
1 files changed, 0 insertions, 10 deletions
diff --git a/config/systemd/user/sync-music.service b/config/systemd/user/sync-music.service
deleted file mode 100644
index acc821a..0000000
--- a/config/systemd/user/sync-music.service
+++ /dev/null
@@ -1,10 +0,0 @@
-[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