From 3762a7e8156c8e84db0a5e97dcf3ec2b45d15cca Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 5 Jan 2026 10:42:33 -0500 Subject: [PATCH] [systemd] Fix paths and snapclient args --- systemd/.config/systemd/user/snapclient.service | 2 +- systemd/.config/systemd/user/usb-move.path | 2 +- systemd/.config/systemd/user/usb-move.service | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/systemd/.config/systemd/user/snapclient.service b/systemd/.config/systemd/user/snapclient.service index d9dcc6d..aa3c560 100644 --- a/systemd/.config/systemd/user/snapclient.service +++ b/systemd/.config/systemd/user/snapclient.service @@ -4,7 +4,7 @@ After=network.target [Service] EnvironmentFile="/etc/snapclient.env" -ExecStart=/usr/bin/snapclient -h snapcast.service -s 6 $EXTRA_ARGS +ExecStart=/usr/bin/snapclient -h snapcast.service $EXTRA_ARGS ExecStop=kill $(pidof snapclient) Restart=on-failure diff --git a/systemd/.config/systemd/user/usb-move.path b/systemd/.config/systemd/user/usb-move.path index 63c5d34..b5c302b 100644 --- a/systemd/.config/systemd/user/usb-move.path +++ b/systemd/.config/systemd/user/usb-move.path @@ -2,7 +2,7 @@ Description=Watch for USB mount to trigger file move [Path] -PathExists=/media/powellc/SANSA +PathExists=/run/media/powellc/SANSA CLIPZ/ [Install] WantedBy=default.target diff --git a/systemd/.config/systemd/user/usb-move.service b/systemd/.config/systemd/user/usb-move.service index 36256cb..4be26f5 100644 --- a/systemd/.config/systemd/user/usb-move.service +++ b/systemd/.config/systemd/user/usb-move.service @@ -3,4 +3,4 @@ Description=Move scrobble file when Sansa device is mounted [Service] Type=oneshot -ExecStart=%h/.local/bin/usb-move.sh +ExecStart=%h/.bin/usb-move.sh