systemd timer have problem on Jolla1 after update to v2.0.4.13...

asked 2016-10-17 20:34:03 +0200

Schturman gravatar image

Hi.
Since I updated to v2.0.4.13 I have problem with system timer from my app, but ONLY on Jolla1... Jolla C and Tablet still work without any problem and timer do what it should to do in specific time...
Here is example of my timer:

[Unit]
Description=Auto-ambience timer

[Timer]
OnBootSec=60
OnCalendar=*-*-* 06:05:00
OnCalendar=*-*-* 12:30:00
OnCalendar=*-*-* 17:00:00
OnCalendar=*-*-* 22:05:00
Unit=autoambience.service

[Install]
WantedBy=user-session.target

This timer from my app autoambience2 and it continue work perfectly on Jolla C and Tablet, but stop to work on Jolla1.
It started my service only once on first start of timer, and after this it looks like timer always in some deep sleep mode...
I know that system timer like a sleep command paused when phone in deep sleep mode, but like I already mentioned in my situation timer NOT start my service even if phone is not in sleep mode.
It happens ONLY to Jolla1 and only after update to v2.0.4.13...

Already tried:
* Reinstallation of this packages:

systemd
systemd-libs
systemd-config-sailfish
systemd-user-session-targets
  • Reboot
  • Lipstick restart
  • version --dup

    Nothing help to change this behavior to what it was before update to 2.0.4.13...
    Any idea if I can do something with this ?
    Thanks
edit retag flag offensive close delete