From 09c1ee0165b80fb69c6ee56299c3356ac8ca0ef7 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 12 Feb 2026 09:58:26 -0500 Subject: [PATCH] [systemd] Move snapclient etc file to local dir --- systemd/.config/systemd/user/snapclient.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/.config/systemd/user/snapclient.service b/systemd/.config/systemd/user/snapclient.service index aa3c560..2b6f865 100644 --- a/systemd/.config/systemd/user/snapclient.service +++ b/systemd/.config/systemd/user/snapclient.service @@ -3,7 +3,7 @@ Description=Snapclient After=network.target [Service] -EnvironmentFile="/etc/snapclient.env" +EnvironmentFile=%h/.local/etc/snapclient.env ExecStart=/usr/bin/snapclient -h snapcast.service $EXTRA_ARGS ExecStop=kill $(pidof snapclient) Restart=on-failure