notes

SystemD

Documentation

  1. List available systemctl types

     systemctl -t help
    
  2. All directives

     man systemd.diretives
    
  3. Configs for [unit,socket,timer]

     man systemd.{unit,socket,timer}
    

Status

  1. System status

     systemctl status
    
  2. List available units by type

     systemctl list-unit-files -t service
    

Timers

  1. Timer directives

     man systemd.timer
    
  2. Examples on how to configure timers

man systemd.time
  1. Active timers

     systemctl status *timer