소스 검색

[systemd] Use snapcast service for snap

Colin Powell 2 년 전
부모
커밋
6ae879e31b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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