You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Wouter Horlings 0b7b9da40e added config files for the systemd.timer environment and documentation for use 6 years ago
..
README.md added config files for the systemd.timer environment and documentation for use 6 years ago
pythontaskcheck.service added config files for the systemd.timer environment and documentation for use 6 years ago
pythontaskcheck.timer added config files for the systemd.timer environment and documentation for use 6 years ago

README.md

Installation of timer files

Setting the correct path

In pythontaskcheck.timer replace [[path_to_repo]] with the absolute path to the repo root.

Setting up systemd.timer

Move pythontaskcheck.timer and pytontaskcheck.service to the $XDG_RUNTIME_DIR/systemd/user/ dir. Run the following commands to enable the scheduled execution.

$ systemctl --user deamon-reload
$ systemctl --user enable pythontaskcheck.timer
$ systemctl --user start pythontaskcheck.timer

Check if everything is working

$ systemctl --user start pythontaskcheck.service

executes the script via systemd.

$ systemctl list-timers --user 

shows the list with timers. Yours should be listed here.

updating the time.

Current setup will trigger the script every 5 minutes from 9:00 till 17:55