[systemd-bugs] [Bug 84251] New: user service does not get executed after timer wakeup
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Sep 23 08:35:46 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=84251
Priority: medium
Bug ID: 84251
Assignee: systemd-bugs at lists.freedesktop.org
Summary: user service does not get executed after timer wakeup
QA Contact: systemd-bugs at lists.freedesktop.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: pothos at riseup.net
Hardware: Other
Status: NEW
Version: unspecified
Component: general
Product: systemd
Created attachment 106745
--> https://bugs.freedesktop.org/attachment.cgi?id=106745&action=edit
test script to reproduce the bug. see end of text for more information
While system services get correctly executed after a timer wakeup, this does
not work for user services.
The service gets executed after the timer event when no suspend was done, but
when the system is suspended, the timer only wakes it up but does not start the
service.
Attached is a ipython script to show this behavior. Start it as user in your
desktop session via
./maketimeevent.ipy normal
to see that starting the service works well without suspend and then start it
via
./maketimeevent.ipy suspend
to see that your system wakes up after 20 seconds but the service is not
started. Because the script waits for the service which is not started, please
bring it to an end by manually invoking
echo finished | netcat localhost 19927
P.S.: Is there another place than /etc/systemd/user/ for that?
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20140923/d53ce596/attachment.html>
More information about the systemd-bugs
mailing list