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

    10 octobre 2017 à 11:21:10 UTC+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

    6 novembre 2016 à 21:29:51 UTC+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
    19 février 2016 à 10:25:18 UTC+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

    30 novembre 2015 à 14:56:07 UTC+1 - permalink - archive.org - https://links.infomee.fr/?ynURrg
    kibana systemd
  • Systemd Ulimit | @sskaje
    1 septembre 2015 à 11:57:41 UTC+2 - permalink - archive.org - https://sskaje.me/systemd-ulimit/
    systemd ulimit
  • systemd note

    man systemctl
    man systemd.service

    6 août 2015 à 10:34:16 UTC+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

    6 août 2015 à 10:24:21 UTC+2 - permalink - archive.org - https://links.infomee.fr/?6uTaig
    systemd
  • thumbnail
    Colourful ! systemd vs sysVinit Linux Cheatsheet
    4 juin 2015 à 15:54:15 UTC+2 - permalink - archive.org - http://linoxide.com/linux-command/systemd-vs-sysvinit-cheatsheet/
    init systemd
  • Mise aux poings sur systemd
    11 juillet 2014 à 10:26:49 UTC+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