public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/squeezelite] f45: Stop systemd services before shutting down the network.
@ 2026-08-17 11:58 Peter Oliver
  0 siblings, 0 replies; only message in thread
From: Peter Oliver @ 2026-08-17 11:58 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/squeezelite
Branch : f45
Commit : be1cfd8fc919769650a728ed7b1dce94190c1abb
Author : Peter Oliver <git@mavit.org.uk>
Date   : 2026-08-14T16:15:56+01:00
Stats  : +2/-2 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/squeezelite/c/be1cfd8fc919769650a728ed7b1dce94190c1abb?branch=f45

Log:
Stop systemd services before shutting down the network.

---
diff --git a/squeezelite.system.service b/squeezelite.system.service
index bcd1e6b..97132f9 100644
--- a/squeezelite.system.service
+++ b/squeezelite.system.service
@@ -2,7 +2,7 @@
 Description=Squeezelite headless streaming music client
 Documentation=man:squeezelite.service(7)
 Wants=sound.target
-After=sound.target
+After=network.target sound.target
 
 [Service]
 Type=exec

diff --git a/squeezelite.user.service b/squeezelite.user.service
index 0d10905..a9ba0b3 100644
--- a/squeezelite.user.service
+++ b/squeezelite.user.service
@@ -2,7 +2,7 @@
 Description=Squeezelite headless streaming music client
 Documentation=man:squeezelite.service(7)
 Wants=sound.target
-After=sound.target
+After=network.target sound.target
 PartOf=graphical-session.target
 
 [Service]

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-17 11:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-17 11:58 [rpms/squeezelite] f45: Stop systemd services before shutting down the network Peter Oliver

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox