I will confess. I started writing this post about some stupid systemd tricks. However, I wanted to explain a little about systemd first, and that wound up being longer than the tricks. So this Linux ...
Why settle for basic time-based triggers? Systemd timers offer better logging, dependency management, and you can run scripts "1 minute after boot." ...
I have several Podman containers running via systemd services generated by 'podman generate systemd --new'. They work well, the unit files are easy to read and they are quite portable and easy to use, ...
I'm trying to use a systemd unit file to control a service instead of an init script. This is CentOS 7, if relevant. My unit file is ...