diff --git a/docs/source/changelog.md b/docs/source/changelog.md index 03cb73106..699cc9e7b 120000 --- a/docs/source/changelog.md +++ b/docs/source/changelog.md @@ -1 +1 @@ -../../CHANGELOG.md +../../CHANGELOG.md \ No newline at end of file diff --git a/docs/source/how-to/systemd-service.md b/docs/source/how-to/systemd-service.md index 6b785ad15..8c7ac01e8 100644 --- a/docs/source/how-to/systemd-service.md +++ b/docs/source/how-to/systemd-service.md @@ -190,7 +190,7 @@ BindsTo=xyz.mount For multiple mount points add a space between additional entries. e.g.: -```init +```ini After=network-online.target xyz.mount abc.mount def.mount ```