Fix incorrect formation in 02-installation.md

This commit is contained in:
Jackie Yang
2020-11-16 23:53:07 -08:00
committed by GitHub
parent 79b5a61e93
commit 61875fb9bd

View File

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