From 666691cfc114e440926d6e9ba2bf6612d2c93122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Tue, 18 Jan 2022 09:12:59 +0000 Subject: [PATCH] squeezelite --- etc/systemd/system/squeezelite.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/systemd/system/squeezelite.service b/etc/systemd/system/squeezelite.service index 034c985..50d7349 100644 --- a/etc/systemd/system/squeezelite.service +++ b/etc/systemd/system/squeezelite.service @@ -16,7 +16,7 @@ User=root # note use your mac address as given by ifconfig and the name you wish to give your player #ExecStart=/usr/bin/squeezelite -n "PlayerName" #by default use pi name -ExecStart=/usr/bin/squeezelite +ExecStart=/usr/local/bin/squeezelite [Install] WantedBy=multi-user.target \ No newline at end of file