diff --git a/systemd/.config/systemd/user/snapclient.service b/systemd/.config/systemd/user/snapclient.service index aa3c560..d9dcc6d 100644 --- a/systemd/.config/systemd/user/snapclient.service +++ b/systemd/.config/systemd/user/snapclient.service @@ -4,7 +4,7 @@ After=network.target [Service] EnvironmentFile="/etc/snapclient.env" -ExecStart=/usr/bin/snapclient -h snapcast.service $EXTRA_ARGS +ExecStart=/usr/bin/snapclient -h snapcast.service -s 6 $EXTRA_ARGS ExecStop=kill $(pidof snapclient) Restart=on-failure