[systemd] Fix paths and snapclient args

This commit is contained in:
2026-01-05 10:42:33 -05:00
parent 20d7bcdc0e
commit 3762a7e815
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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