A quick tip how to edit a service unit file under a c system like CentOS Stream 9 or Ubuntu. The best way is to…
Tag: service
rsync daemon in CentOS 8
Apparently, the team behind the CentOS 8 decided to split the rsync functionality to two packages – one for the client-side and for the server-side,…
ansible – restart a (nginx) service only if it is running and the configuration is ok
Another ansible quick tip showing how to restart a program properly. We want to restart the program or the service only if it is running…