[systemd-bugs] [Bug 54041] Hangs at PowerOff
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Aug 28 17:11:33 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=54041
--- Comment #2 from j.witteveen at gmail.com 2012-08-29 00:11:33 UTC ---
I observe similar behavior, but need help finding the root cause.
netcfg.service contains:
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/netcfg-daemon start
ExecStop=/usr/bin/netcfg-daemon stop
The only interesting part in the daemon script regarding stopping boils down
to:
tac "$STATE_FILE" | (
while read profile; do
/usr/bin/netcfg down "$profile" &
done
wait
)
This part is specifically for backgrounded profiles. I would like to know if
the problem is related to backgrounded profiles.
If a systemd expert spots a problem in this setup, I would like to know too.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the systemd-bugs
mailing list