diff options
| author | Peter Dave Hello <hsu@peterdavehello.org> | 2022-10-11 19:21:39 +0800 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2022-10-11 14:18:36 +0200 |
| commit | be57ab591ca4b3e4e4f3b6e3b15d6b7cdd96597f (patch) | |
| tree | 5921111fb3958c207a178003e295f2be21236db8 | |
| parent | a98c2eb6dc2eba3cd8885a7d74d43f6313e26de7 (diff) | |
| download | mullvadvpn-be57ab591ca4b3e4e4f3b6e3b15d6b7cdd96597f.tar.xz mullvadvpn-be57ab591ca4b3e4e4f3b6e3b15d6b7cdd96597f.zip | |
Improve README.md code block readability
Set language of `mullvad-daemon.service` code block to `ini` for syntax highlighting
(It's the same thing done in `vim` editor)
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -175,7 +175,7 @@ sc.exe start mullvadvpn Edit the systemd unit file via `systemctl edit mullvad-daemon.service`: -```systemd +```ini [Service] Environment="TALPID_DISABLE_OFFLINE_MONITOR=1" ``` |
