Notes on systemd

Systemd is a modern system and service manager for Linux operating systems. It provides easy service dependency declaration and fine-grained resource utilization control.

Running scheduled tasks in Docker containers using systemd timer-units

Systemd timer-units can be set up to depend on other systemd units. This is great if need to run periodic maintenance tasks inside docker containers that come and go on demand.