Browse Source

[systemd] Fix paths and snapclient args

Colin Powell 4 days ago
parent
commit
3762a7e815

+ 1 - 1
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
 

+ 1 - 1
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

+ 1 - 1
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