Top "Systemd" questions

Systemd is a system management daemon designed for Linux.

Elasticsearch: Max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]

I have an issue with a systemd config for ElasticSearch. [Unit] Description=platform-elasticsearch After=syslog.target network.target remote-fs.target …

elasticsearch limit systemd cgroups
systemctl status shows inactive dead

I am trying to write my own (simple) systemd service which does something simple.( Like writing numbers 1 to 10 to a …

linux sh systemd systemctl
What is the difference between systemd's 'oneshot' and 'simple' service types?

What is the difference between systemd service Type oneshot and simple? This link states to use simple instead of oneshot …

systemd
How can I configure a systemd service to restart periodically?

I have a simple systemd service that needs to be periodically restarted to keep its process from bugging out. Is …

linux service systemd
systemd apparently not finding .service file

I've put together a foo.service file for our foo service that runs as a daemon. The service runs fine …

systemd
systemd and systemctl within Ubuntu Docker images

Problem It seems systemd is not active or available in Ubuntu Docker images. Setup I'm running Docker containers from the …

ubuntu docker systemd ubuntu-server systemctl
How systemd stop command actually works

I am using a systemd service which calls a process when it's been "started" (e.g.$systemctl start test.service). …

systemd
DOCKER_OPTS do not work in config file /etc/default/docker

I have changed /etc/default/docker with DOCKER_OPTS="-H tcp://127.0.0.1:2375 -H unix:///var/run/docker.sock" (docker version 1.4.1 in …

ubuntu docker upstart systemd
How to get the process id of command executed in bash script?

I have a script i want to run 2 programs at the same time, One is a c program and the …

linux bash shell sh systemd
systemd: "Environment" directive to set PATH

What is the right way to set PATH variable in a systemd unit file? After seeing a few examples, I …

linux systemd coreos