From db4c939be8150abb35547c87ea0c6c4f6c487a28 Mon Sep 17 00:00:00 2001 From: maximesrd Date: Sat, 29 Sep 2018 15:02:17 +0200 Subject: [PATCH 1/4] Bad commands --- docs/UPDATE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/UPDATE.md b/docs/UPDATE.md index 4e851e6..649ee13 100644 --- a/docs/UPDATE.md +++ b/docs/UPDATE.md @@ -5,11 +5,11 @@ To update your instance, run these commands with `plume` user if you created it, ``` git pull origin master -# If you are not using systemd -cargo run +# If you are [not using systemd](https://github.com/Plume-org/Plume/blob/master/docs/INSTALL.md#sysvinit-integration) +sudo service plume restart -# If you are using systemd -service plume restart +# If you are using [systemd](https://github.com/Plume-org/Plume/blob/master/docs/INSTALL.md#systemd-integration) +sudo systemctl restart plume ``` That's it! From b97b0233da67d0ee27e0c7c15e481f044a3c4ba1 Mon Sep 17 00:00:00 2001 From: maximesrd Date: Sat, 29 Sep 2018 15:34:29 +0200 Subject: [PATCH 2/4] Update UPDATE.md --- docs/UPDATE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/UPDATE.md b/docs/UPDATE.md index 649ee13..82b6ac5 100644 --- a/docs/UPDATE.md +++ b/docs/UPDATE.md @@ -5,10 +5,11 @@ To update your instance, run these commands with `plume` user if you created it, ``` git pull origin master -# If you are [not using systemd](https://github.com/Plume-org/Plume/blob/master/docs/INSTALL.md#sysvinit-integration) +# If you are using sysvinit +[See section: Sysvinit integration](https://github.com/Plume-org/Plume/blob/master/docs/INSTALL.md#sysvinit-integration). sudo service plume restart -# If you are using [systemd](https://github.com/Plume-org/Plume/blob/master/docs/INSTALL.md#systemd-integration) +# If you are using systemd [See section: Systemd integration](https://github.com/Plume-org/Plume/blob/master/docs/INSTALL.md#systemd-integration) . sudo systemctl restart plume ``` From 3b288c2dad7b400e6e8f1402b1b25b13dcbf70a4 Mon Sep 17 00:00:00 2001 From: maximesrd Date: Sat, 29 Sep 2018 15:34:59 +0200 Subject: [PATCH 3/4] Update UPDATE.md --- docs/UPDATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/UPDATE.md b/docs/UPDATE.md index 82b6ac5..8ae5f29 100644 --- a/docs/UPDATE.md +++ b/docs/UPDATE.md @@ -9,7 +9,8 @@ git pull origin master [See section: Sysvinit integration](https://github.com/Plume-org/Plume/blob/master/docs/INSTALL.md#sysvinit-integration). sudo service plume restart -# If you are using systemd [See section: Systemd integration](https://github.com/Plume-org/Plume/blob/master/docs/INSTALL.md#systemd-integration) . +# If you are using systemd +[See section: Systemd integration](https://github.com/Plume-org/Plume/blob/master/docs/INSTALL.md#systemd-integration) . sudo systemctl restart plume ``` From a1530791efe9db914c5e8a1f00809f373388cd77 Mon Sep 17 00:00:00 2001 From: maximesrd Date: Sat, 29 Sep 2018 18:00:48 +0200 Subject: [PATCH 4/4] Update UPDATE.md --- docs/UPDATE.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/UPDATE.md b/docs/UPDATE.md index 8ae5f29..83bf8bb 100644 --- a/docs/UPDATE.md +++ b/docs/UPDATE.md @@ -6,11 +6,9 @@ To update your instance, run these commands with `plume` user if you created it, git pull origin master # If you are using sysvinit -[See section: Sysvinit integration](https://github.com/Plume-org/Plume/blob/master/docs/INSTALL.md#sysvinit-integration). sudo service plume restart # If you are using systemd -[See section: Systemd integration](https://github.com/Plume-org/Plume/blob/master/docs/INSTALL.md#systemd-integration) . sudo systemctl restart plume ```