Actualiser README.md
This commit is contained in:
parent
e0a1793ad3
commit
733b010e2d
|
@ -16,6 +16,13 @@ curl -o- -L https://raw.githubusercontent.com/statping-ng/statping-ng/stable/ins
|
|||
|
||||
### Configuration
|
||||
|
||||
Créer l'utilisateur postgresql :
|
||||
```
|
||||
apt install postgresql
|
||||
sudo -u postgres createuser -P statping
|
||||
sudo -u postgres createdb -O statping statping
|
||||
```
|
||||
|
||||
Création du service systemd dans `/etc/systemd/system/statping-ng.service` :
|
||||
```
|
||||
[Unit]
|
||||
|
|
Loading…
Reference in New Issue