mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-14 07:51:01 +00:00
Update UPDATE.md
This commit is contained in:
parent
db4c939be8
commit
b97b0233da
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue