Explorar el Código

[systemd] Use snapcast service for snap

Colin Powell hace 2 años
padre
commit
6ae879e31b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      systemd/.config/systemd/user/snapclient.service

+ 1 - 1
systemd/.config/systemd/user/snapclient.service

@@ -2,7 +2,7 @@
 Description=Snapclient
 
 [Service]
-ExecStart=/usr/bin/snapclient -h mopidy2.local
+ExecStart=/usr/bin/snapclient -h snapcast.service
 ExecStop=kill $(pidof snapclient)
 Restart=on-failure