4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
9 results tagged systemd x
  • Using systemd to control the Docker daemon - Docker, Inc.

    The nice thing about the command above is that it shows a unified view of all options and takes into consideration any overrides that may have been applied.
    To change the value of an option, ExecStart in this case, do the following:

    [ec2-user@ip-10-0-46-113 ~]$ sudo systemctl edit docker

    This will create the necessary directory structure under /etc/systemd/system/docker.service.dand open an editor (using the default editor configured for the user) to the override file. Add the section below into the editor:

    [Service]
    ExecStart=
    ExecStart=/usr/bin/docker daemon -H tcp://0.0.0.0:2375 -H unix:///var/run/docker.sock

    It was necessary to clear out ExecStart using ExecStart= before setting it to the override value. This is only required for some options and most options in the configuration file would not need to be cleared like this

    October 10, 2017 at 11:21:10 AM GMT+2 - permalink - archive.org - https://success.docker.com/KBase/Using_systemd_to_control_the_Docker_daemon
    docker systemd
  • thumbnail
    5 systemd Tools You Should Start Using Now | Linux.com | The source for Linux information

    man systemd.index

    November 6, 2016 at 9:29:51 PM GMT+1 - permalink - archive.org - https://www.linux.com/learn/5-systemd-tools-you-should-start-using-now
    systemd
  • thumbnail
    Increase open-files-limit in MariaDB on CentOS 7 with systemd
    February 19, 2016 at 10:25:18 AM GMT+1 - permalink - archive.org - https://ma.ttias.be/increase-open-files-limit-in-mariadb-on-centos-7-with-systemd/
    limit systemd
  • systemd service file for kibana 4.3

    [Unit]
    Description=Kibana 4

    [Service]
    Type=simple
    User=logstash
    Environment=CONFIG_PATH=/opt/kibana/config/kibana.yml
    Environment=NODE_ENV=production
    ExecStart=/opt/kibana/node/bin/node /opt/kibana/src/cli

    [Install]
    WantedBy=multi-user.target

    November 30, 2015 at 2:56:07 PM GMT+1 - permalink - archive.org - https://links.infomee.fr/?ynURrg
    kibana systemd
  • Systemd Ulimit | @sskaje
    September 1, 2015 at 11:57:41 AM GMT+2 - permalink - archive.org - https://sskaje.me/systemd-ulimit/
    systemd ulimit
  • systemd note

    man systemctl
    man systemd.service

    August 6, 2015 at 10:34:16 AM GMT+2 - permalink - archive.org - https://links.infomee.fr/?i3EbOg
    systemd
  • systemd note

    Certains paquets sont livrés avec leur .service qu'on ne veut pas forcément utiliser
    Par exemple pour redis, on peut vouloir fiare tourner plusieurs redis sur la même machine (en créant nos .service dans /etc/systemd/system)

    Du coup, le .service fourni de base n'est pas vraiment utile :

    systemctl disable redis-server

    Si on veut qu'il n'apparaisse plus du tout dans le listing systemctl :

    rm /lib/systemd/system/redis-server.service
    systemctl reset-failed redis-server

    August 6, 2015 at 10:24:21 AM GMT+2 - permalink - archive.org - https://links.infomee.fr/?6uTaig
    systemd
  • thumbnail
    Colourful ! systemd vs sysVinit Linux Cheatsheet
    June 4, 2015 at 3:54:15 PM GMT+2 - permalink - archive.org - http://linoxide.com/linux-command/systemd-vs-sysvinit-cheatsheet/
    init systemd
  • Mise aux poings sur systemd
    July 11, 2014 at 10:26:49 AM GMT+2 - permalink - archive.org - http://linuxfr.org/news/mise-aux-poings-sur-systemd
    linux systemd
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation