Explorar o código

[systemd] Default to device 6 for snapclient

Colin Powell hai 3 semanas
pai
achega
f2196fe7f9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      systemd/.config/systemd/user/snapclient.service

+ 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 $EXTRA_ARGS
+ExecStart=/usr/bin/snapclient -h snapcast.service -s 6 $EXTRA_ARGS
 ExecStop=kill $(pidof snapclient)
 Restart=on-failure