aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2023-06-24 15:27:06 -0400
committerRyan Kavanagh <rak@rak.ac>2023-06-24 15:27:06 -0400
commit4585718b600b5b765d7d7e26e82cb878b391375c (patch)
treeb146fdc75ea52e9c254b913be649e650fa7b6753
parentUpdate SSH certs (diff)
wd-mount
-rw-r--r--[-rwxr-xr-x]bin/executable_wd-mount3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/executable_wd-mount b/bin/executable_wd-mount
index 49466c2..b8f8a45 100755..100644
--- a/bin/executable_wd-mount
+++ b/bin/executable_wd-mount
@@ -8,6 +8,9 @@ case `uname` in
Linux)
if ! zpool list wd-pass > /dev/null 2>&1 ; then
sudo zpool import -l wd-pass
+ sudo mount /var/lib/mpd/playlists
+ sudo mount /var/lib/mpd/music
+ sudo systemctl start var-lib-mpd-music.mount --now
fi
;;
*)