Doc typos

This commit is contained in:
CrazyMax
2021-05-31 11:34:14 +02:00
parent e1bb4eea7f
commit 1fbdd62c8a
4 changed files with 4 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ See how to create [Linux service](linux-service.md) to start Diun automatically.
### 2. Running from terminal
```shell
DIUN_DB_PATH=/var/lib/diun/diun.db /usr/local/bin/diun --config /etc/diun/diun.yml
DIUN_DB_PATH=/var/lib/diun/diun.db /usr/local/bin/diun serve --config /etc/diun/diun.yml
```
## Updating to a new version

View File

@@ -19,7 +19,7 @@ RestartSec=2s
Type=simple
User=diun
Group=diun
ExecStart=/usr/local/bin/diun --config /etc/diun/diun.yml --log-level info
ExecStart=/usr/local/bin/diun serve --config /etc/diun/diun.yml --log-level info
Restart=always
#Environment=TZ=Europe/Paris
Environment=DIUN_DB_PATH=/var/lib/diun/diun.db