systemd¶
systemd 简介¶
systemd 服务¶
Info
- https://www.digitalocean.com/community/tutorials/systemd-essentials-working-with-services-units-and-the-journal
- https://www.freedesktop.org/software/systemd/man/latest/systemd.special.html
- https://opensource.com/article/20/5/systemd-startup
- 入门推荐 systemd by example:https://seb.jambor.dev/posts/systemd-by-example-part-1-minimization/
- 这个还提供了配套的 playground,你可以修改配置然后启动系统查看输出和 journalctl,非常适合学习。
systemd 与启动过程¶
- [https://insujang.github.io/2018-11-22/systemd-boot-process/](https://insujang.github.io/2018-11-22/systemd-boot-process/)
- [https://unix.stackexchange.com/questions/90723/is-there-any-reason-to-move-away-from-fstab-on-a-systemd-system](https://unix.stackexchange.com/questions/90723/is-there-any-reason-to-move-away-from-fstab-on-a-systemd-system)