View Single Post
Posts: 131 | Thanked: 241 times | Joined on Feb 2012
#36
Enabling a timer is not enough. I changed the code, so that after a timer is enabled, he is also started. Otherwise, the timer would work only after a reboot.

So
systemctl enable prey.timer
enables the timer, but he is executed after a reboot.
systemctl start prey.timer
enables the timer instantly.