mirror of
https://github.com/kees-z/DuplicatiDocs.git
synced 2025-04-26 15:02:28 +00:00
Fix incorrect formation in 02-installation.md
This commit is contained in:
parent
79b5a61e93
commit
61875fb9bd
@ -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.
|
# 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user