浏览代码

[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