↧
systemd & Docker containers, Nginx for example
In this Lab, we’ll install Docker Nginx image and start it as a systemd service. We’ll do it in a CentOS 7.2 virtual machine : [root@nginx ~]# cat /etc/redhat-release CentOS Linux release 7.2.1511...
View ArticleHow to configure systemd to start a service automatically after a crash in Linux
There are many reasons for systemd crash/go down on Linux, which you can investigate and fix ,but it is time consuming. One thing you can do it immediately to bring the service back to online… The post...
View ArticleHow to Run Shell Script as SystemD Service in Linux
Systemd is a software application that provides an array of system components for Linux operating systems. It is the first service to initialize the boot sequence. This always runs with pid 1. This...
View Article