Top "Systemd" questions

Systemd is a system management daemon designed for Linux.

Docker (CentOS 7 with SYSTEMCTL) : Failed to mount tmpfs & cgroup

(I'm a Docker beginner. Then I followed some tutorials for CentOS-7) In my CentOS 7.2, I tried to learn Docker by …

docker mount centos7 systemd systemctl
tmux open terminal failed: not a terminal

I have a shell script that is enabled as service to start multiple shell scripts e.g. service started script …

shell tmux systemd
How to restart a service if its dependent service is restarted

A service (say bar.service) is dependent on another service (say foo.service), like below bar's service file: [Unit] After=…

linux systemd
How to log to journald (systemd) via Python?

I would like logging.info() to go to journald (systemd). Up to now I only found python modules which read …

python logging systemd
set umask for tomcat8 via tomcat.service

I am trying to set a custom umask for a tomcat 8 instance, tried to make it the good way by …

tomcat8 systemd umask
How stop systemd service

I am trying to create systemd service file for Flume, have created /etc/systemd/system/flume-ng.service with following contents […

linux systemd startupscript
journalctl - remove logs of a specific unit

With journalctl, it is possible to remove the old logs, by specifying either the maximum disk space they can use, …

systemd
caddy.service start request repeated too quickly

I'm using systemd to start a caddy webserver on an ubuntu 16.04 machine. Whenever I run sudo service caddy start and …

systemd caddy
Cannot disable systemd serial-getty service

On Raspberry Pi with Arch Linux there is a service active called serial-getty@AMA0. The unit file is: /usr/lib/…

raspberry-pi archlinux tty gpio systemd
Why is systemd stopping service immediately after it is started?

I created a systemd service which should invoke a shell script, when started or on reboot. [Unit] Description=Starts the …

linux systemd