Merge pull request #67 from valkjsaaa/master

Fix incorrect formation in 02-installation.md
This commit is contained in:
kees-z 2021-01-22 19:12:44 +01:00 committed by GitHub
commit 090404d355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -336,8 +336,9 @@ Edit the file /etc/default/duplicati and add DAEMON_OPTS options to your liking:
# Additional options that are passed to the Daemon. # Additional options that are passed to the Daemon.
DAEMON_OPTS="--webservice-interface=any --webservice-port=8200 --portable-mode" DAEMON_OPTS="--webservice-interface=any --webservice-port=8200 --portable-mode"
```
Enable, start and check running status of the duplicati service: Enable, start and check running status of the duplicati service:
```
sudo systemctl enable duplicati.service sudo systemctl enable duplicati.service
sudo systemctl daemon-reload sudo systemctl daemon-reload
sudo systemctl start duplicati.service sudo systemctl start duplicati.service