mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-28 16:06:32 +01:00
Doc typos
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user