diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-07-31 15:00:52 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-08-06 11:27:39 +0200 |
| commit | 33fef23d43fc560159e62ca01ec1c42ea5af7445 (patch) | |
| tree | dbc51e5b1b7a3bcbeaecac566bf7242681325559 /README.md | |
| parent | 2cb76995ce9953e38fa50c17fc6fde521b1bfcef (diff) | |
| download | mullvadvpn-33fef23d43fc560159e62ca01ec1c42ea5af7445.tar.xz mullvadvpn-33fef23d43fc560159e62ca01ec1c42ea5af7445.zip | |
use dirs instead of app_dirs
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -278,9 +278,9 @@ The settings directory can be changed by setting the `MULLVAD_SETTINGS_DIR` envi | Platform | Path | |----------|------| -| Linux | `/etc/mullvad-daemon/settings.json` | -| macOS | `/etc/mullvad-daemon/settings.json` | -| Windows | `%LOCALAPPDATA%\Mullvad\Mullvad VPN\settings.json` +| Linux | `/etc/mullvad-vpn/` | +| macOS | `/etc/mullvad-vpn/` | +| Windows | `%LOCALAPPDATA%\Mullvad VPN\` #### Logs @@ -288,8 +288,8 @@ The log directory can be changed by setting the `MULLVAD_LOG_DIR` environment va | Platform | Path | |----------|------| -| Linux | `/var/log/mullvad-daemon/` + systemd | -| macOS | `/var/log/mullvad-daemon/` | +| Linux | `/var/log/mullvad-vpn/` + systemd | +| macOS | `/var/log/mullvad-vpn/` | | Windows | `C:\ProgramData\Mullvad VPN\` | #### Cache @@ -298,9 +298,9 @@ The cache directory can be changed by setting the `MULLVAD_CACHE_DIR` environmen | Platform | Path | |----------|------| -| Linux | `/var/cache/mullvad-daemon/` | -| macOS | `/var/root/Library/Caches/mullvad-daemon/` | -| Windows | `%LOCALAPPDATA%\Mullvad\Mullvad VPN\` | +| Linux | `/var/cache/mullvad-vpn/` | +| macOS | `/var/root/Library/Caches/mullvad-vpn/` | +| Windows | `%LOCALAPPDATA%\Mullvad VPN\` | #### RPC address file |
