mirror of
https://github.com/kees-z/DuplicatiDocs.git
synced 2025-06-15 12:44:27 +00:00
Merge pull request #67 from valkjsaaa/master
Fix incorrect formation in 02-installation.md
This commit is contained in:
commit
090404d355
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user