Top "Systemd" questions

Systemd is a system management daemon designed for Linux.

unit falling into a failed state (status=143) when stopping service

here is my problem. I have CentOS and java process running on it. Java process is operated by the start/…

linux systemd systemctl
Start a service in docker container failed,with error: Failed to get D-Bus connection: No connection to service manager

I installed docker image and built a image successfully. When I ssh to the container and run the command service …

docker dbus systemd
Referencing Other Environment Variables in Systemd

Is is possible to reference other environment variables when setting new ones in systemd? [Service] EnvironmentFile=/etc/environment Environment=HOSTNAME=$…

systemd
Systemd string escaping

If I run this command /bin/bash -c 'while true;do /usr/bin/etcdctl set my-container "{\"host\": \"1\", \"port\": $(/usr/bin/…

systemd etcd
What is the Difference between ConditionPathExists= and ConditionPathExists=| in systemd?

I need check a file not exist before i start my service in Systemd. I see two case in [Unit]: …

linux redhat systemd
Systemd: Start operation timed out. Terminating

I'm trying to create an autostart service for my python-flask-socketio server. I need to start a python script through systemd. …

python ubuntu flask systemd flask-socketio
Setting DNS for Docker daemon on OS with systemd

The default DNS for Docker (e.g. 8.8.8.8) is blocked where I work, so I want to change the default. I've …

dns docker systemd
systemd `systemctl stop` aggressively kills subprocesses

I've a daemon-like process that starts two subprocesses (and one of the subprocesses starts ~10 others). When I systemctl stop my …

redhat systemd systemctl
Running Python script via systemd fails to load module

I have a Python script that uses zmq and I've installed this library via pip install zmq and I can …

python linux service systemd
How do I properly redirect stdout/stderr from a systemd service on Raspbian?

I set up a service on Raspbian (Jessie) using systemd to make it start after boot. The daemon config looks …

python python-3.x raspberry-pi raspbian systemd