From 7a3a8bdaea1f3a08774dd018f305f6eb26323523 Mon Sep 17 00:00:00 2001 From: Daniel Aleksandersen Date: Mon, 4 Feb 2019 18:56:45 +0100 Subject: [PATCH] `enable --now` instead of enable && start The --now argument starts the service immediately. --- docs/user-guide/install.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/user-guide/install.md b/docs/user-guide/install.md index 1c375b0..0b578aa 100644 --- a/docs/user-guide/install.md +++ b/docs/user-guide/install.md @@ -63,15 +63,13 @@ run by PurpleI2P community member [villain](https://twitter.com/el_villano_loco) curl -s https://copr.fedorainfracloud.org/coprs/supervillain/i2pd/repo/epel-7/supervillain-i2pd-epel-7.repo -o /etc/yum.repos.d/i2pd-epel-7.repo yum install epel-release -y yum install i2pd -y - systemctl enable i2pd - systemctl start i2pd + systemctl enable --now i2pd ### Fedora: dnf copr enable supervillain/i2pd dnf install i2pd -y - systemctl enable i2pd - systemctl start i2pd + systemctl enable --now i2pd ## ArchLinux