public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Peter Oliver <git@mavit.org.uk>
To: git-commits@fedoraproject.org
Subject: [rpms/squeezelite] rawhide: Wait for network to come online before starting systemd system service
Date: Mon, 17 Aug 2026 11:25:14 GMT [thread overview]
Message-ID: <178696591437.1.10694414264684453362.rpms-squeezelite-7839668b5871@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/squeezelite
Branch : rawhide
Commit : 7839668b5871bd3c5e9a9e2f2a23e584ddd8a8b6
Author : Peter Oliver <git@mavit.org.uk>
Date : 2026-08-17T12:17:56+01:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/squeezelite/c/7839668b5871bd3c5e9a9e2f2a23e584ddd8a8b6?branch=rawhide
Log:
Wait for network to come online before starting systemd system service
Prompted by the discussion at https://forums.lyrion.org/forum/user-forums/logitech-media-server/1829953-just-sharing-my-experience-with-picore-player-units-and-power-outages-and-a-fix/page3
---
diff --git a/squeezelite.system.service b/squeezelite.system.service
index 97132f9..bd0c0af 100644
--- a/squeezelite.system.service
+++ b/squeezelite.system.service
@@ -1,8 +1,8 @@
[Unit]
Description=Squeezelite headless streaming music client
Documentation=man:squeezelite.service(7)
-Wants=sound.target
-After=network.target sound.target
+Wants=network-online.target sound.target
+After=network-online.target sound.target
[Service]
Type=exec
reply other threads:[~2026-08-17 11:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178696591437.1.10694414264684453362.rpms-squeezelite-7839668b5871@fedoraproject.org \
--to=git@mavit.org.uk \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox