systemd by example

tags: Linux, Systemd source: “Systemd by Example - Part 1: Minimization - Sebastian Jambor’s Blog.” Accessed February 18, 2024. https://seb.jambor.dev/posts/systemd-by-example-part-1-minimization/. systemd unit types There are 11 different unit types, the most common 3 of them: targets: activated by different system state, it’s useful as a dependency, e.g. sleep.target:do something when system is going to sleep. Of course, we can use systemctl to list the units that dependant on a specific unit. systemctl list-dependencies graphical.target services Processes that are controlled by systemd. ...

February 18, 2024 · 1 min · Gray King

Use Podman to Run Systemd in a Container

tags: Linux,Systemd source: Walsh, Daniel. “How to Run Systemd in a Container.” Red Hat Developer, April 24, 2019. https://developers.redhat.com/blog/2019/04/24/how-to-run-systemd-in-a-container. Podmand is a container engine which is published by Red Hat, has the same command-line interface(CLI) as Docker.

February 18, 2024 · 1 min · Gray King

Windows

tags: Operating system

December 9, 2023 · 1 min · Gray King

Logrotate

tags: Linux,Tools

November 1, 2023 · 1 min · Gray King

Supervisor

tags: Tools

November 1, 2023 · 1 min · Gray King