====== systemd ====== * [[https://www.redhat.com/sysadmin/systemd-commands|10 handy systemd commands: A reference]] * [[https://www.freedesktop.org/wiki/Software/systemd/|freedesktop.org: Documentación original y mas recursos]] * [[https://www.freedesktop.org/wiki/Software/systemd/?#thesystemdforadministratorsblogseries|Serie de 21 artículos sobre systemd (Son un poco antiguos)]] * {{ :tutoriales:linux:systemd_cheat_sheet.pdf |}} * Introducción a systemd y arranque de Linux * [[https://opensource.com/article/20/4/systemd|Learning to love systemd]] * [[https://opensource.com/article/20/5/systemd-startup|Understanding systemd at startup on Linux]] * [[https://opensource.com/article/20/5/systemd-units|Using the systemctl command to manage systemd units]] * [[https://www.redhat.com/sysadmin/systemd-secure-services|Using systemd features to secure services]] * [[https://www.sololinux.es/limitar-los-recursos-de-procesos-con-systemd/|Limitar los recursos de procesos con systemd en linux]] * [[https://www.howtogeek.com/675569/why-linuxs-systemd-is-still-divisive-after-all-these-years/|Why Linux’s systemd Is Still Divisive After All These Years]] * Recargar los ficheros de configuración systemctl daemon-reload * Mostar los timers y cuando será la próxima ejecución systemctl list-timers --all * Ver el log journalctl -u my-service.service * Ver el log pero de forma continua journalctl -u my-service.service -f ===== Crear un nuevo servicio ===== * Los fichero ''my-service.service'' se dejan en: /etc/systemd/system * Los scripts ''my-service.sh'' se dejan en: /usr/local/sbin