Ver código fonte

[systemd] Default to device 6 for snapclient

Colin Powell 3 semanas atrás
pai
commit
f2196fe7f9
1 arquivos alterados com 1 adições e 1 exclusões
  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