From 7bc664592aca15b9c79ac4ba2faddd93da42260d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Veyret?= Date: Sun, 18 Mar 2018 19:02:02 +0100 Subject: [PATCH] Format code inside list items Issue #21 --- content/pages/wiki/duniter/install.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/pages/wiki/duniter/install.md b/content/pages/wiki/duniter/install.md index d91df96..4fec6de 100644 --- a/content/pages/wiki/duniter/install.md +++ b/content/pages/wiki/duniter/install.md @@ -244,11 +244,11 @@ In order for the node to be automatically launched at computer startup, execute * for _Systemd_: - systemctl enable duniter.service + systemctl enable duniter.service * for _OpenRC_: - rc-update add duniter default + rc-update add duniter default By default, the server will start as `duniter` user in the directory `/var/lib/duniter`. @@ -256,8 +256,8 @@ You can customize the service behavior: * for _Systemd_, using [drop-ins](https://coreos.com/os/docs/latest/using-systemd-drop-in-units.html) — for example, in order to start with web interface, you can create a file named `/etc/systemd/system/duniter.service.d/10-web.conf` with the following content: - [Service] - Environment="DUNITER_WEB=web" + [Service] + Environment="DUNITER_WEB=web" * for _OpenRC_, by modifying the `/etc/conf.d/duniter` file. -- GitLab